# 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" rust-version = "1.64.0" name = "distance_aa" version = "1.0.0-alpha.3" authors = ["Ali Sajid Imami "] description = "A backend for the distAAnce web application." readme = "README.md" categories = [ "command-line-utilities", "science", "web-programming::api-server", ] license = "MIT OR Apache-2.0" repository = "https://github.com/CogDisResLab/distAAnce" [profile.dev] opt-level = 1 debug = true [profile.release] opt-level = 3 codegen-units = 1 [lib] name = "distance_aa_lib" crate-type = ["lib"] path = "src/distance_aa_lib/lib.rs" [[bin]] name = "distance_aa_cli" path = "src/distance_aa_cli/main.rs" [dependencies.actix-web] version = "4.3.1" [dependencies.anyhow] version = "1.0.69" features = ["backtrace"] [dependencies.clap] version = "4.1.8" features = [ "cargo", "debug", "env", "string", "unicode", "derive", ] [dependencies.dotenvy] version = "0.15.6" features = [ "clap", "cli", ] [dependencies.env_logger] version = "0.10.0" [dependencies.serde] version = "1.0.152" features = [ "derive", "rc", ] [dependencies.serde_json] version = "1.0.93" features = [ "indexmap", "float_roundtrip", "arbitrary_precision", "preserve_order", ] [dependencies.tokio] version = "1.26.0" features = ["full"]