# 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 = "tokio-xattr" version = "0.2.1-alpha.1" authors = ["Hiroaki Nakamura "] exclude = ["docs/*"] description = "Filesystem xattr (extended attributes) API for Tokio.\n" homepage = "https://github.com/hnakamur/tokio-xattr" documentation = "https://hnakamur.github.io/tokio-xattr/tokio_xattr/" readme = "README.md" keywords = ["tokio", "xattr"] categories = ["asynchronous", "filesystem"] license = "MIT" repository = "https://github.com/hnakamur/tokio-xattr" [dependencies.blocking_xattr] version = "0.2.2" package = "xattr" [dependencies.futures-core-preview] version = "= 0.3.0-alpha.18" [dependencies.futures-util-preview] version = "= 0.3.0-alpha.18" [dependencies.tokio-executor] version = "=0.2.0-alpha.4" features = ["blocking"] [dependencies.tokio-io] version = "=0.2.0-alpha.4" features = ["util"] [dev-dependencies.rand] version = "0.7" [dev-dependencies.tempfile] version = "3" [dev-dependencies.tokio] version = "=0.2.0-alpha.4" [dev-dependencies.tokio-test] version = "=0.2.0-alpha.4"