# 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 = "reflexio" version = "0.2.0" authors = ["0x6f <0x6f@0x11.io>"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A minimal rust implementation of echo, from coreutils" homepage = "https://codeberg.org/0x6f/reflexio" documentation = "https://codeberg.org/0x6f/reflexio" readme = "README.md" categories = ["command-line-utilities"] license = "GPL-3.0-only" [[bin]] name = "reflexio" path = "src/main.rs" [[test]] name = "cli" path = "tests/cli.rs" [dependencies.clap] version = "4.5.16" features = [ "derive", "env", ] [dev-dependencies.assert_cmd] version = "2.0.16" [dev-dependencies.predicates] version = "3.1.2" [dev-dependencies.rand] version = "0.8.5"