[package] name = "youmubot-osu" version = "0.1.0" authors = ["Natsu Kagami "] edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] bincode = "1.3.3" bitflags = "1.3.2" chrono = "0.4.19" dashmap = "5.3.4" lazy_static = "1.4.0" osuparse = { git = "https://github.com/eltrufas/osuparse", rev = "ad8f6e5e7771e7cbaa2ec96c376558f9731139af" } regex = "1.5.6" reqwest = "0.11.10" rosu-pp = "0.9.1" rosu-v2 = { git = "https://github.com/natsukagami/rosu-v2", rev = "6f6731cb2f0d235b006ab375dd94b446dde894ac" } time = "0.3" serde = { version = "1.0.137", features = ["derive"] } serenity = "0.12" poise = "0.6" zip = "0.6.2" rand = "0.8" thiserror = "1" youmubot-db = { path = "../youmubot-db" } youmubot-db-sql = { path = "../youmubot-db-sql" } youmubot-prelude = { path = "../youmubot-prelude" } [dev-dependencies] serde_json = "1.0.81"