# 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 = "barreleye-client" version = "0.0.1" description = "Barreleye driver for Rust." homepage = "https://barreleye.com" documentation = "https://docs.rs/barreleye-client" readme = "README.md" keywords = ["barreleye"] license = "Apache-2.0" repository = "https://github.com/barreleye/barreleye.rs" [dependencies.chrono] version = "0.4.23" features = [ "clock", "std", "serde", ] default-features = false [dependencies.derive_more] version = "0.99.17" [dependencies.reqwest] version = "0.11.13" features = [ "rustls-tls", "json", ] [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.serde_derive] version = "1.0.152" [dependencies.serde_json] version = "1.0.91" [dependencies.tokio] version = "1.24.1" features = ["full"]