# 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 = "xquo" version = "0.2.1" authors = ["hankei6km "] exclude = [ "/.devcontainer/", "/.gitignore", "/.github/", "/.vscode/", "/scripts/", ] description = "Quote null splited lines for Bash command line" readme = "README.md" keywords = [ "cli", "bash", "text", "utility", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/hankei6km/xquo" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "4.3" features = ["derive"] [dependencies.crossbeam-channel] version = "0.5" [dependencies.is-terminal] version = "0.4.8" [dependencies.tikv-jemallocator] version = "0.5" optional = true [dev-dependencies.assert_cmd] version = "2.0" [dev-dependencies.predicates] version = "3.0" [features] default = [] jemalloc = ["tikv-jemallocator"]