# 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 = "vexilla_client" version = "1.0.0" authors = ["Chris Griffing "] description = "A Rust client for the Vexilla Feature Flag System" readme = "README.md" license = "BUSL-1.1" [dependencies.chrono] version = "0.4.26" [dependencies.chrono-tz] version = "0.8.3" [dependencies.convert_case] version = "^0.3.2" [dependencies.log] version = "0.4.21" [dependencies.reqwest] version = "0.10" features = ["blocking"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.strum] version = "0.25" [dependencies.strum_macros] version = "0.25" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "0.2" features = ["full"]