[package] name = "manifold" version = "5.0.0" authors = ["Lucy Bladen "] edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [build-dependencies] built = { version = "0.6.0", features = ["git2", "chrono"] } [dependencies] built = { version = "0.6.0", features = ["git2", "chrono"] } chrono = "0.4.26" chrono-tz = "0.8.3" clap = "4.3.4" config = { version = "0.13.1", features = [ "yaml" ] } d20 = "0.1.0" diesel = { version = "2.1.0", features = ["postgres", "r2d2", "chrono"] } diesel_migrations = "2.1.0" dirs = "5.0.1" env_logger = "0.10.0" log = "0.4.14" num = "0.4.1" poise = { version = "0.5.*", features = [ "cache" ] } r2d2 = "0.8.9" rand = "0.8.5" regex = "1.5.4" reqwest = "0.11.9" serde = "1.0.171" serde_json = "1.0.105" tokio = { version = "1.16.1", features = ["sync", "macros", "rt-multi-thread"] }