# 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 = "lunatic-control-axum" version = "0.13.3" description = "TBD" homepage = "https://lunatic.solutions" license = "Apache-2.0/MIT" repository = "https://github.com/lunatic-solutions/lunatic/tree/main/crates" resolver = "1" [dependencies.anyhow] version = "1.0" [dependencies.axum] version = "0.6" features = [ "json", "query", "macros", ] [dependencies.base64-url] version = "2.0" [dependencies.chrono] version = "0.4.23" features = [ "clock", "std", ] default-features = false [dependencies.dashmap] version = "5.4" [dependencies.getrandom] version = "0.2.8" [dependencies.http] version = "0.2.8" [dependencies.log] version = "0.4" [dependencies.lunatic-control] version = "0.13" [dependencies.lunatic-distributed] version = "0.13" [dependencies.rcgen] version = "0.10" [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0.89" [dependencies.tokio] version = "1.28" features = [ "io-util", "rt", "sync", "time", "fs", ] [dependencies.tower-http] version = "0.3.0" features = ["limit"] [dependencies.uuid] version = "1.1" features = ["v4"]