# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "aiven_rs" version = "0.4.1" authors = ["Ankur Srivastava "] include = ["**/*.rs", "Cargo.toml"] description = "This is a rust sdk to interact with aiven-cloud apis." homepage = "https://github.com/ansrivas/aiven-rs" documentation = "https://docs.rs/aiven-rs" readme = "README.md" keywords = ["sdk", "aiven", "cloud", "infra"] categories = ["api-bindings", "asynchronous", "cloud", "infra"] license = "MIT" repository = "https://github.com/ansrivas/aiven-rs" [profile.release] lto = "fat" codegen-units = 1 [lib] name = "aiven_rs" path = "src/lib.rs" [dependencies.bytes] version = "1.0" [dependencies.mockito] version = "0.28" [dependencies.once_cell] version = "1.5" [dependencies.openssl] version = "0.10" features = ["vendored"] optional = true [dependencies.percent-encoding] version = "2.1.0" [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_bytes] version = "0.11" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0" [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.2" [dependencies.url] version = "2.1" [dev-dependencies.anyhow] version = "1.0" [dev-dependencies.async-compat] version = "0.1.3" [dev-dependencies.smol] version = "1.2.5" [dev-dependencies.tokio] version = "1" features = ["full"] [features] static = ["openssl"]