# 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 = "angr" version = "0.1.0" authors = ["ash-entwisle"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A tool to analyse ngrams in text files." homepage = "https://github.com/ash-entwisle/angr" readme = "README.md" license = "AGPL-3.0-or-later" license-file = "LICENSE" repository = "https://github.com/ash-entwisle/angr" [profile.release] opt-level = 3 lto = true codegen-units = 1 panic = "abort" strip = true [[bin]] name = "angr" path = "src/main.rs" [dependencies.clap] version = "4.5.8" features = [ "cargo", "derive", "env", "string", "unicode", ] [dependencies.regex] version = "1.10.5" [dependencies.serde] version = "1.0.203" features = [ "derive", "serde_derive", ] [dependencies.serde_json] version = "1.0.118"