# 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 = "skin" version = "0.1.0" authors = ["Liam G "] description = "Simple command to get all possible metadata of a file." documentation = "https://github.com/LyonSyonII/skin-rs" readme = "README.md" keywords = [ "algorithms", "filesystem", ] license = "MIT OR Apache-2.0" repository = "https://github.com/LyonSyonII/skin-rs" resolver = "2" [profile.release] lto = "thin" codegen-units = 1 incremental = true [dependencies.clap] version = "3.2.7" features = ["derive"] [dependencies.colored] version = "2.0.0" features = [] [dependencies.mimalloc] version = "0.1.29" default-features = false [dependencies.parking_lot] version = "0.12.1" [dependencies.rayon] version = "1.5.3"