# 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 = "rcmd-core" version = "0.1.0" authors = ["dwb"] exclude = ["target/*", "test/"] description = "base commond tools for gamedevalop.Most of them are i/o, zip, time, crypto helpful static methods." keywords = ["command", "static", "dwb"] license = "0BSD OR MIT OR Apache-2.0" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "3.0.0-beta.4" features = ["yaml"] [dependencies.fern] version = "0.5" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4" [dependencies.rust-crypto] version = "^0.2" [dependencies.walkdir] version = "2" [dependencies.yaml-rust] version = "0.4" [dependencies.zip] version = "0.5" [dependencies.zip-extensions] version = "0.6"