# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "rout" version = "0.1.0" authors = ["James O. D. Hunt "] description = "CLI tool to generate output, similar to echo(1) and printf(1)" homepage = "https://github.com/jamesodhunt/rout" readme = "README.md" keywords = ["cli", "output", "range", "unicode", "utf8"] categories = ["command-line-utilities"] license = "Apache-2.0" repository = "https://github.com/jamesodhunt/rout" [dependencies.anyhow] version = "1.0.40" [dependencies.ap] version = "0.1.5" [dependencies.nix] version = "0.20.0" [dependencies.pest] version = "2.1.3" [dependencies.pest_consume] version = "1.0.6" [dependencies.pest_derive] version = "2.1.0" [dependencies.rand] version = "0.8.3" [dev-dependencies.lazy_static] version = "1.4.0" [dev-dependencies.serial_test] version = "0.5.1"