# 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 = "fluvio-auth" version = "0.5.0" authors = ["Fluvio Contributors "] description = "Authorization framework for Fluvio" license = "Apache-2.0" repository = "https://github.com/infinyon/fluvio" [lib] name = "fluvio_auth" path = "src/lib.rs" [dependencies.async-trait] version = "0.1.41" [dependencies.dataplane] version = "0.4.0" package = "fluvio-dataplane-protocol" [dependencies.fluvio-controlplane-metadata] version = "0.7.0" [dependencies.fluvio-future] version = "0.2.0" features = ["net", "openssl_tls"] [dependencies.fluvio-protocol] version = "0.4.0" [dependencies.fluvio-socket] version = "0.7.0" [dependencies.fluvio-types] version = "0.2.0" [dependencies.flv-tls-proxy] version = "0.4.0" [dependencies.futures-util] version = "0.3.5" [dependencies.log] version = "0.4.11" [dependencies.serde] version = "1.0.103" features = ["derive"] [dependencies.serde_json] version = "1.0.59" [dependencies.thiserror] version = "1.0.21" [dependencies.tracing] version = "0.1.21" [dependencies.tracing-futures] version = "0.2.4" [dependencies.x509-parser] version = "0.9.1"