# 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 = "impressionwise-rs" version = "0.0.1" authors = ["Mark S. "] description = "Rust client library for the Impressionwise API" homepage = "https://github.com/the-wondersmith/briteverify-rs" documentation = "https://github.com/the-wondersmith/briteverify-rs" readme = "README.md" license = "AGPL-3.0-or-later" repository = "https://github.com/the-wondersmith/briteverify-rs" [profile.dev] opt-level = 0 codegen-units = 512 debug = 2 incremental = true [profile.release] opt-level = "z" lto = true codegen-units = 1 debug = 0 panic = "abort" incremental = true strip = true [dependencies.anyhow] version = "^1" [dependencies.futures] version = "^0.3" [dependencies.itertools] version = "^0.10" [dependencies.lazy_static] version = "^1" [dependencies.reqwest] version = "^0.11" features = [ "gzip", "json", "brotli", "stream", "cookies", "multipart", "rustls-tls", "rustls-tls-native-roots", ] default-features = false [dependencies.serde] version = "^1" features = [ "rc", "std", "alloc", "derive", "serde_derive", ] [dependencies.serde_json] version = "^1" [dependencies.tokio] version = "^1.25" features = ["full"] [dependencies.tracing] version = "^0.1" [dependencies.tracing-subscriber] version = "^0.3" features = ["env-filter"]