# 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 = "mountpoint-s3-crt" version = "0.8.0" description = "Rust interface to the AWS Common Runtime for Mountpoint for Amazon S3." readme = "README.md" license = "Apache-2.0" repository = "https://github.com/awslabs/mountpoint-s3" [[bench]] name = "event_loop_future" harness = false [[bench]] name = "checksums" harness = false [dependencies.async-channel] version = "2.1.1" [dependencies.futures] version = "0.3.24" [dependencies.libc] version = "0.2.132" [dependencies.log] version = "0.4.17" [dependencies.mountpoint-s3-crt-sys] version = "0.8.0" [dependencies.smallstr] version = "0.3.0" [dependencies.static_assertions] version = "1.1.0" [dependencies.thiserror] version = "1.0.35" [dev-dependencies.anyhow] version = "1.0.64" features = ["backtrace"] [dev-dependencies.clap] version = "4.1.9" features = ["derive"] [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.ctor] version = "0.2.6" [dev-dependencies.futures-timer] version = "3.0.2" [dev-dependencies.rand] version = "0.8.5" features = ["small_rng"] [dev-dependencies.serde_json] version = "1.0.104" [dev-dependencies.tempfile] version = "3.4.0" [dev-dependencies.test-case] version = "2.2.2" [dev-dependencies.tracing] version = "0.1.35" features = [ "std", "log", ] default-features = false [dev-dependencies.tracing-subscriber] version = "0.3.14" features = [ "fmt", "env-filter", ]