# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "adrift_core" version = "0.0.11" authors = ["Georges KABBOUCHI "] description = "Adrift a web framework for Rust" readme = "README.md" keywords = [ "web", "framework", ] license = "MIT OR Apache-2.0" repository = "https://github.com/adrift-rs/adrift" [dependencies.anyhow] version = "1.0.76" [dependencies.async-trait] version = "0.1.75" [dependencies.clap] version = "4.4.11" features = ["derive"] [dependencies.convert_case] version = "0.6.0" [dependencies.dotenv] version = "0.15.0" [dependencies.job_queue] version = "0.0.19" [dependencies.log] version = "0.4.20" [dependencies.rocket] version = "0.5.0" features = ["json"] [dependencies.rocket_dyn_templates] version = "0.1.0" features = ["tera"] [dependencies.serde] version = "1.0.193" features = ["derive"] [dependencies.serde_json] version = "1.0.108" [dependencies.silhouette] version = "0.1.0" [dependencies.tokio] version = "1.35.1" features = ["full"] [dependencies.tracing-subscriber] version = "0.3.18" features = ["json"]