# 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-sync" 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.async-trait] version = "0.1.40" [dependencies.aws-sdk-s3] version = "1.38.0" optional = true [dependencies.aws-types] version = "1.3.2" optional = true [dependencies.feattle-core] version = "2.0.0" [dependencies.log] version = "0.4.11" [dependencies.rusoto_core] version = "0.48.0" optional = true [dependencies.rusoto_s3] version = "0.48.0" optional = true [dependencies.serde] version = "1.0.115" features = ["derive"] [dependencies.serde_json] version = "1.0.57" [dependencies.thiserror] version = "1.0.20" [dependencies.tokio] version = "1.4.0" features = [ "time", "fs", "io-util", ] [dev-dependencies.aws-config] version = "1.5.3" features = ["behavior-version-latest"] [dev-dependencies.chrono] version = "0.4.15" features = ["serde"] [dev-dependencies.dotenv] version = "0.15.0" [dev-dependencies.parking_lot] version = "0.12.0" [dev-dependencies.tempfile] version = "3.1.0" [dev-dependencies.tokio] version = "1.4.0" features = [ "macros", "rt", "test-util", ] [features] aws_sdk_s3 = [ "dep:aws-types", "dep:aws-sdk-s3", ] rusoto_s3 = [ "dep:rusoto_core", "dep:rusoto_s3", ]