# 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 = "docker-volume" version = "0.1.1" authors = ["Joseph Godlewski "] include = [ "src/**/*", "src/*", "Cargo.toml", "LICENSE", "README.md", ] publish = true description = "A Rust helper for docker volumes" homepage = "https://github.com/xetdata/docker-volume-rs" readme = "README.md" keywords = ["docker"] categories = [ "filesystem", "virtualization", ] license = "BSD-3-Clause" repository = "https://github.com/xetdata/docker-volume-rs" [dependencies.anyhow] version = "1.0.71" [dependencies.async-trait] version = "0.1.68" [dependencies.axum] version = "0.6.18" [dependencies.hyper] version = "0.14.26" [dependencies.hyperlocal] version = "0.8.0" [dependencies.serde] version = "1.0.163" [dependencies.serde_derive] version = "1.0.163" [dependencies.serde_json] version = "1.0.96" [dependencies.thiserror] version = "1.0.40" [dependencies.tokio] version = "1.28.0" features = ["full"] [dependencies.tracing] version = "0.1.37" [dependencies.tracing-subscriber] version = "0.3.17" features = [ "env-filter", "json", ]