# 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 = "coutils" version = "2.0.0" exclude = [ "/.github", ".gitignore", ] description = "A set of useful functions for Rust." homepage = "https://github.com/angeldollface/coutils" documentation = "https://docs.rs/coutils/2.0.0" readme = "README.markdown" keywords = ["utilities"] categories = ["utilities"] license-file = "LICENSE" repository = "https://github.com/angeldollface/coutils" [dependencies.chrono] version = "0.4.37" optional = true [dependencies.fs_extra] version = "1.3.0" optional = true [dependencies.git2] version = "0.18.3" optional = true [dependencies.rand] version = "0.8.5" [features] filesystem = ["fs_extra"] networking = [ "filesystem", "git2", ] time = ["chrono"]