[package] name = "mountpoint-s3-crt" # See `/mountpoint-s3-client/PUBLISHING_CRATES.md` to read how to publish new versions. version = "0.8.0" edition = "2021" license = "Apache-2.0" repository = "https://github.com/awslabs/mountpoint-s3" description = "Rust interface to the AWS Common Runtime for Mountpoint for Amazon S3." [dependencies] mountpoint-s3-crt-sys = { path = "../mountpoint-s3-crt-sys", version = "0.8.0" } async-channel = "2.1.1" futures = "0.3.24" libc = "0.2.132" log = "0.4.17" smallstr = "0.3.0" static_assertions = "1.1.0" thiserror = "1.0.35" [dev-dependencies] anyhow = { version = "1.0.64", features = ["backtrace"] } clap = { version = "4.1.9", features = ["derive"] } criterion = "0.5.1" ctor = "0.2.6" futures-timer = "3.0.2" rand = { version = "0.8.5", features = ["small_rng"] } serde_json = "1.0.104" tempfile = "3.4.0" test-case = "2.2.2" tracing = { version = "0.1.35", default-features = false, features = ["std", "log"] } tracing-subscriber = { version = "0.3.14", features = ["fmt", "env-filter"] } [[bench]] name = "event_loop_future" harness = false [[bench]] name = "checksums" harness = false