# 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 = "kurtosis-rust-lib" version = "1.23.0" authors = ["Kurtosis Technologies LLC"] description = "The Rust bindings library for the Kurtosis testing framework" homepage = "https://kurtosistech.com" documentation = "https://docs.kurtosistech.com" keywords = ["kurtosis", "testing"] license-file = "LICENSE" repository = "https://github.com/kurtosis-tech/kurtosis-libs" [lib] name = "kurtosis_rust_lib" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.38" [dependencies.dashmap] version = "4.0.2" [dependencies.downcast-rs] version = "1.2.0" [dependencies.log] version = "0.4" [dependencies.prost] version = "0.7" [dependencies.simple-error] version = "0.2.3" [dependencies.tokio] version = "1.0" features = ["macros", "rt-multi-thread"] [dependencies.tonic] version = "0.4.0" [build-dependencies.anyhow] version = "1.0.38" [build-dependencies.regex] version = "1.4.3" [build-dependencies.tonic-build] version = "0.4.0"