# 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-core" version = "0.1.10" authors = ["Santiago Carot-Nemesio "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = """ PRECIS Framework: Preparation, Enforcement, and Comparison of Internationalized Strings in Application Protocols as defined in rfc8264 """ homepage = "https://github.com/sancane/precis" documentation = "https://docs.rs/precis-core" readme = "README.md" keywords = [ "Preparation", "Enforcement", "Comparison", "precis", "rfc8264", ] categories = [ "text-processing", "internationalization", ] license = "MIT/Apache-2.0" repository = "https://github.com/sancane/precis" [lib] name = "precis_core" path = "src/lib.rs" [[test]] name = "derivedproperty" path = "tests/derivedproperty.rs" [dependencies.unicode-normalization] version = "0.1.19" [dev-dependencies.precis-tools] version = "0.1.8" [dev-dependencies.ucd-parse] version = "0.1.8" [build-dependencies.precis-tools] version = "0.1.8" [build-dependencies.ucd-parse] version = "0.1.8" [features] networking = ["precis-tools/networking"]