# 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 = "filecount" version = "0.1.0" authors = ["Mathijs Sonnemans "] description = "A modern high-performance open source file analysis library for automating localization tasks." homepage = "https://filecount.io" readme = "README.md" keywords = [ "translation", "analyis", "tmx", "word", "count", ] categories = [ "localization", "internationalization", "text-processing", ] license = "Apache-2.0" repository = "https://github.com/babblebase/filecount" [dependencies.derive_more] version = "0.99.17" [dependencies.infer] version = "0.9.0" [dependencies.roxmltree] version = "0.15.0" [dependencies.serde] version = "1.0.145" features = ["derive"] [dependencies.serde_json] version = "1.0.85" [dependencies.unicode-segmentation] version = "1.10.0" [dependencies.zip] version = "0.6.2" features = ["deflate"] default-features = false