# 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" rust-version = "1.80.1" name = "stringsext" version = "2.3.5" authors = ["Jens Getreu "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "find multi-byte-encoded strings in binary data" homepage = "https://blog.getreu.net/projects/stringsext/" documentation = "https://blog.getreu.net/projects/stringsext/stringsext--manpage.html" readme = "README.md" categories = [ "command-line-utilities", "encoding", "text-processing", "filesystem", ] license = "MIT/Apache-2.0" repository = "https://github.com/getreu/stringsext" [package.metadata.deb] assets = [ [ "doc/build/html/index.html", "usr/share/doc/stringsext/", "644", ], [ "doc/build/man/man1/stringsext.1.gz", "/usr/share/man/man1/", "644", ], [ "target/release/stringsext", "usr/bin/", "755", ], ] copyright = "2015-2020, Jens Getreu " depends = "$auto" extended-description = "stringsext is a Unicode enhancement of the GNU strings tool with additionalfunctionalities: stringsext recognizes Cyrillic, Arabic, CJKV characters andother scripts in all supported multi-byte-encodings, while GNU strings failsin finding any of these scripts in UTF-16 and many other encodings. " maintainer = "Jens Getreu, " priority = "optional" section = "utilities" [[bin]] name = "stringsext" path = "src/main.rs" [dependencies.anyhow] version = "1.0.89" [dependencies.clap] version = "4.5.19" [dependencies.encoding_rs] version = "0.8.34" [dependencies.itertools] version = "0.13.0" [dependencies.lazy_static] version = "1.5.0" [dependencies.pin-project] version = "1.1.5" [dependencies.scoped_threadpool] version = "0.1.9" [dependencies.serde] version = "1.0.210" [dependencies.serde_derive] version = "1.0.210" [dependencies.structopt] version = "0.3.26"