# 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 = "acick-config" version = "0.2.0" authors = ["gky360 "] description = "Dropbox API client for acick crate" documentation = "https://docs.rs/acick-config" readme = "README.md" license = "MIT" repository = "https://github.com/gky360/acick/tree/master/acick-config" [dependencies.acick-util] version = "0.2.0" [dependencies.anyhow] version = "1.0.26" [dependencies.getset] version = "0.1.1" [dependencies.heck] version = "0.3.1" [dependencies.humantime-serde] version = "1.0.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.semver] version = "0.11.0" [dependencies.serde] version = "1.0.104" features = ["derive"] [dependencies.serde_json] version = "1.0.44" [dependencies.serde_yaml] version = "0.8.11" [dependencies.tera] version = "1.0.2" [dependencies.tokio] version = "0.2.11" features = ["rt-core", "process", "macros"] [dev-dependencies.tempfile] version = "3.1.0"