# 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 = "wrapper-chrono" version = "0.1.0" authors = ["Pas2Rust "] exclude = [ "tests/*", "tests", ] description = "chrono" homepage = "https://github.com/pas2rust/wrapper-chrono" license = "MIT" repository = "https://github.com/pas2rust/wrapper-chrono" [package.metadata.docs.rs] logo-url = "https://i.imgur.com/svdzGva.jpg" [package.metadata.scripts] clean = "cargo clean && rm -rf target && rm -rf dist" deploy = "cargo fmt && cargo clippy && cargo package && cargo publish" dev = "cargo fmt && cargo clippy && cargo run" test = "cargo fmt && cargo clippy && cargo test" [lib] path = "src/lib.rs" [dependencies.chrono] version = "0.4.31" [dependencies.colorful] version = "0.2.2" [dependencies.darth-rust] version = "0.4.7" [dependencies.serde] version = "1.0.195" [dependencies.serde_json] version = "1.0.111"