# 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 = "aruna-rust-api" version = "2.0.2" authors = [ "Sebastian ", "Marius ", ] build = false include = [ "src/aruna", "src/aruna_no_transport", "src/lib.rs", ] autobins = false autoexamples = false autotests = false autobenches = false description = "The Rust API build for the Aruna Object Storage (AOS)" readme = "README.md" license = "Apache-2.0" [lib] name = "aruna_rust_api" path = "src/lib.rs" [dependencies.prost] version = "0.12.3" [dependencies.prost-types] version = "0.12.3" [dependencies.prost-wkt-types] version = "0.5.0" [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_json] version = "1.0.114" [dependencies.tonic] version = "0.11.0" features = [ "codegen", "prost", ] default-features = false [build-dependencies.tonic-build] version = "0.11.0" [features] default = ["transport"] transport = ["tonic/transport"]