# 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 = "cdx" version = "0.1.22" authors = ["Andy Jewell "] description = "Library and application for text file manipulation and command line data mining, a little like the gnu textutils" homepage = "https://avjewe.github.io/cdxdoc/" readme = "README.md" keywords = [ "cli", "terminal", "text", "sort", "join", ] categories = [ "command-line-interface", "command-line-utilities", "development-tools", ] license = "MIT OR Apache-2.0" repository = "https://github.com/avjewe/cdx" [package.metadata.docs.rs] cargo-args = [ "-Zunstable-options", "-Zrustdoc-scrape-examples=all", ] [dependencies.anyhow] version = "1" [dependencies.aws-config] version = "1" [dependencies.aws-sdk-s3] version = "1" [dependencies.base64] version = "0" [dependencies.binary-heap-plus] version = "0" [dependencies.bytes] version = "1" [dependencies.clap] version = "3" [dependencies.fastrand] version = "2" [dependencies.flate2] version = "1" [dependencies.fs-err] version = "2" [dependencies.lazy_static] version = "1" [dependencies.libc] version = "0" [dependencies.libm] version = "0" [dependencies.memchr] version = "2" [dependencies.memmap2] version = "0" [dependencies.rand] version = "0" [dependencies.rand_distr] version = "0" [dependencies.regex] version = "1" [dependencies.tempfile] version = "3" [dependencies.tokio] version = "1" features = ["full"] [dependencies.unicode-truncate] version = "1" [dependencies.unicode-width] version = "0"