# 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 = "2018" name = "feattle-ui" version = "2.0.0" authors = ["Guilherme Souza "] description = "Featture toggles for Rust, extensible and with background synchronization and administration UI" readme = "README.md" keywords = [ "toggle", "feature", "flag", "flipper", ] categories = [ "config", "data-structures", "development-tools", "web-programming", ] license = "MIT OR Apache-2.0" repository = "https://github.com/sitegui/feattle-rs" [package.metadata.docs.rs] all-features = true [dependencies.axum] version = "0.7.5" features = [ "form", "json", ] optional = true default-features = false [dependencies.chrono] version = "0.4.15" features = ["serde"] [dependencies.feattle-core] version = "2.0.0" [dependencies.futures] version = "0.3.5" [dependencies.handlebars] version = "5.1.2" [dependencies.log] version = "0.4.11" [dependencies.serde] version = "1.0.115" features = ["derive"] [dependencies.serde_json] version = "1.0.57" [dependencies.thiserror] version = "1.0.20" [dependencies.warp] version = "0.3.0" optional = true [dev-dependencies.axum] version = "0.7.5" features = ["tokio"] [dev-dependencies.tokio] version = "1.4.0" features = [ "macros", "rt", ]