# 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 = "coreutiles" version = "0.1.0" authors = ["Saúl Valdelvira "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Core utils in Rust" readme = "README" license = "MIT" [lib] name = "coreutiles" path = "src/lib.rs" [[bin]] name = "cat" path = "src/bin/cat.rs" [[bin]] name = "false" path = "src/bin/false.rs" [[bin]] name = "grep" path = "src/bin/grep.rs" [[bin]] name = "netcat" path = "src/bin/netcat.rs" [[bin]] name = "true" path = "src/bin/true.rs" [[bin]] name = "yes" path = "src/bin/yes.rs" [dependencies.clap] version = ">=4.5.7" features = ["derive"]