# 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 = "iocore" version = "0.111.1" exclude = ["tests"] description = "Indispensable Core Utilities" homepage = "https://github.com/github-py/iocore" documentation = "https://docs.rs/iocore" readme = "README.md" license = "GPL-3.0-or-later" [lib] name = "iocore" path = "src/lib.rs" [dependencies.chrono] version = "0.4.31" features = [ "alloc", "serde", ] [dependencies.glob] version = "0.3.1" [dependencies.sanitation] version = "0.0.0" [dependencies.serde] version = "1.0.190" features = [ "derive", "alloc", "rc", ] [dependencies.shellexpand] version = "3.1.0" features = ["full"] [dependencies.walkdir] version = "2.4.0" [dev-dependencies.regex] version = "1.10.3" features = ["use_std"]