# 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 = "coreutils-rs" version = "0.2.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "GNU Coreutils package implementation with Rust" readme = "README.md" license = "Apache-2.0" [lib] name = "coreutils_rs" path = "src/lib.rs" [[bin]] name = "cp" path = "src/bin/cp.rs" [[bin]] name = "grep" path = "src/bin/grep.rs" [[bin]] name = "head" path = "src/bin/head.rs" [[bin]] name = "ls" path = "src/bin/ls.rs" [[bin]] name = "mv" path = "src/bin/mv.rs" [dependencies.clap] version = "4.5.17" features = ["derive"]