[dependencies.chrono]
features = ["serde"]
version = "0.4.31"
[dependencies.filetime]
version = "0.2.25"
[dependencies.glob]
version = "0.3.1"
[dependencies.lazy_static]
version = "1.4.0"
[dependencies.regex]
features = ["use_std"]
version = "1.10.3"
[dependencies.sanitation]
version = "1.0.3"
[dependencies.serde]
features = ["derive"]
version = "1.0.219"
[dependencies.shlex]
version = "1.3.0"
[dependencies.thread-groups]
version = "0.1.2"
[dependencies.trilobyte]
version = "0.1.2"
[dev-dependencies.clap]
features = ["derive"]
version = "4.5.20"
[dev-dependencies.serde_json]
version = "1.0.140"
[[example]]
name = "find"
path = "examples/find.rs"
[features]
default = []
[lib]
name = "iocore"
path = "iocore/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "I/O Core Utilities"
documentation = "https://docs.rs/iocore"
edition = "2021"
homepage = "https://github.com/gabrielfalcao/iocore"
license = "MIT"
name = "iocore"
readme = "README.md"
version = "2.1.2"
[package.metadata]
cargo-args = ["-Zmtime-on-use", "-Zavoid-dev-deps", "-Zcustom_mir"]
[[test]]
name = "test_fs_path_utils"
path = "tests/test_fs_path_utils.rs"
[[test]]
name = "test_path"
path = "tests/test_path.rs"
[[test]]
name = "test_path_cmp"
path = "tests/test_path_cmp.rs"
[[test]]
name = "test_sh"
path = "tests/test_sh.rs"
[[test]]
name = "test_sys"
path = "tests/test_sys.rs"
[[test]]
name = "test_walk"
path = "tests/test_walk.rs"