# 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 = "chanoma" version = "0.1.2" authors = ["booink "] description = "chanoma is Characters Normalization library. 文字列正規化処理用のライブラリです。" keywords = [ "nlp", "language", "japanese", ] categories = [ "algorithms", "command-line-utilities", "text-processing", ] license = "MIT" repository = "https://github.com/booink/chanoma" resolver = "2" [lib] name = "chanoma" [[bin]] name = "chanoma" path = "src/main.rs" [[bench]] name = "chanoma" harness = false [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "3.1.2" features = ["derive"] [dependencies.csv] version = "1.1" [dependencies.dirs] version = "4.0" [dependencies.env_logger] version = "0.9" [dependencies.log] version = "0.4" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_yaml] version = "0.8" [dependencies.strum] version = "0.24" features = ["derive"] [dependencies.strum_macros] version = "0.24" [dependencies.thiserror] version = "1.0" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.env-test-util] version = "1.0"