# 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 = "cargo-like-utils" version = "0.1.4" description = "A colletion of utils to build CLIs with an output style and a behaviour similar to `cargo`" readme = "README.md" license = "MIT OR Apache-2.0" [dependencies.anstream] version = "0.6.4" [dependencies.anstyle] version = "1.0.4" [dependencies.anyhow] version = "1" [dependencies.fs-err] version = "2.11.0" [dependencies.libc] version = "0.2.149" [dependencies.remove_dir_all] version = "0.8.2" [dependencies.serde] version = "1.0.160" features = ["derive"] [dependencies.serde_json] version = "1.0.96" [dependencies.supports-hyperlinks] version = "3" [dependencies.tracing] version = "0.1.40" features = [] [dependencies.url] version = "2.4.1" [dependencies.windows-sys] version = "0.52.0" features = [ "Win32_Foundation", "Win32_Security", "Win32_Storage_FileSystem", "Win32_System_IO", "Win32_System_Console", "Win32_System_JobObjects", "Win32_System_Threading", ]