# 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 = "2018" name = "precis-tools" version = "0.1.8" authors = ["Santiago Carot-Nemesio "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ Tools and parsers to generate PRECIS tables from the Unicode Character Database (UCD) """ homepage = "https://github.com/sancane/precis" documentation = "https://docs.rs/precis-tools" readme = "README.md" keywords = [ "Preparation", "Enforcement", "Comparison", "Internationalized", "precis", ] categories = [ "text-processing", "internationalization", ] license = "MIT/Apache-2.0" repository = "https://github.com/sancane/precis" [lib] name = "precis_tools" path = "src/lib.rs" [dependencies.lazy_static] version = "1.4.0" [dependencies.regex] version = "1" [dependencies.reqwest] version = "0.12.1" features = ["blocking"] optional = true [dependencies.ucd-parse] version = "0.1.8" [features] networking = ["reqwest"]