# 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 = "2018" name = "ate-files" version = "1.2.0" authors = ["Johnathan Sharratt "] description = "Model and helper functions for access files stored in ATEs" readme = "README.md" keywords = ["immutable", "filesystem", "fs"] categories = ["filesystem", "database", "development-tools"] license = "MIT OR Apache-2.0" repository = "https://github.com/john-sharratt/ate/tree/master/atefs" [dependencies.array-init] version = "^1" [dependencies.async-trait] version = "^0.1" [dependencies.ate] version = "^1.2" default_features = false [dependencies.ate-auth] version = "^1.9" default_features = false [dependencies.bytes] version = "^1" [dependencies.cached] version = "^0.23" [dependencies.clap] version = "^3.0.0-rc.7" features = ["derive"] [dependencies.ctrlc-async] version = "^3" [dependencies.derivative] version = "^2" [dependencies.enum_dispatch] version = "^0.3" [dependencies.error-chain] version = "^0.12" default_features = false [dependencies.fastrand] version = "^1.4" [dependencies.futures] version = "^0.3" [dependencies.futures-util] version = "^0.3" [dependencies.fxhash] version = "^0.2" [dependencies.rpassword-wasi] version = "^5" [dependencies.seqlock] version = "^0.1" [dependencies.serde] version = "^1" features = ["derive"] [dependencies.shellexpand] version = "^2" [dependencies.tracing] version = "^0.1" features = ["log"] [dependencies.tracing-futures] version = "^0.2" [dependencies.tracing-subscriber] version = "^0.2" [dependencies.ttl_cache] version = "^0.5" [dependencies.url] version = "^2" [build-dependencies.pkg-config] version = "^0.3" [features] default = ["sys"] sys = ["ate/client"] web = ["ate/client_web"] [target."cfg(not(target_os = \"wasi\"))".dependencies.tokio] version = "^1" features = ["rt", "io-util", "macros", "sync", "time", "fs"] default_features = false [target."cfg(target_os = \"wasi\")".dependencies.tokio] version = "^1" features = ["macros", "sync"] default_features = false