# 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 = "precious-core" version = "0.7.3" authors = ["Dave Rolsky "] description = "The core of precious as a library - not for external use" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/houseabsolute/precious" [dependencies.anyhow] version = "1.0.86" [dependencies.clap] version = "4.5.7" features = [ "cargo", "derive", "wrap_help", ] [dependencies.clean-path] version = "0.2.1" [dependencies.comfy-table] version = "7.1.1" [dependencies.fern] version = ">= 0.5.0, < 0.7.0" features = ["colored"] [dependencies.ignore] version = "0.4.22" [dependencies.indexmap] version = "2.2.6" features = ["serde"] [dependencies.itertools] version = ">= 0.9.0, < 0.11.0" [dependencies.log] version = "0.4.21" [dependencies.md5] version = "0.7.0" [dependencies.once_cell] version = "1.19.0" [dependencies.pathdiff] version = "0.2.1" [dependencies.precious-helpers] version = "0.7.3" [dependencies.rayon] version = "1.10.0" [dependencies.regex] version = "1.10.5" [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.thiserror] version = "1.0.61" [dependencies.toml] version = "0.8.14" [dependencies.which] version = ">= 3.0.0, < 5.0.0" [dev-dependencies.filetime] version = "0.2.23" [dev-dependencies.precious-testhelper] version = "0.7.3" [dev-dependencies.pretty_assertions] version = "1.4.0" [dev-dependencies.pushd] version = "0.0.1" [dev-dependencies.serial_test] version = "3.1.1" [dev-dependencies.test-case] version = "3.3.1"