# 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 = "ara" version = "0.1.1" authors = ["Amos Wenger "] description = "Async random access I/O traits" readme = "README.md" keywords = ["io", "async"] categories = ["asynchronous"] license = "Apache-2.0 OR MIT" repository = "https://github.com/fasterthanlime/ara" [dependencies.async-trait] version = "0.1.36" [dependencies.bytes] version = "0.5.6" [dependencies.futures] version = "0.3.5" [dependencies.lru_time_cache] version = "0.10.0" [dependencies.pin-project] version = "0.4.23" [dependencies.thiserror] version = "1.0.20" [dependencies.tracing] version = "0.1.18" [dev-dependencies.color-eyre] version = "0.5.1" [dev-dependencies.oorandom] version = "11.1.2" [dev-dependencies.pretty_assertions] version = "0.6.1" [dev-dependencies.tokio] version = "0.2.22" features = ["full"] [dev-dependencies.tracing-error] version = "0.1.2" [dev-dependencies.tracing-futures] version = "0.2.4" [dev-dependencies.tracing-subscriber] version = "0.2.10"