# 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" rust-version = "1.53.0" name = "rspanphon" version = "0.1.4" authors = ["David R. Mortensen "] description = "rsPanPhon, a rough Rust port of the Python PanPhon library, extracts articulatory features from IPA strings and implements operations on them." readme = "README.md" keywords = [ "NLP", "linguistics", "phonology", "phoneme", "articulatory", ] license = "MIT" repository = "https://github.com/dmort27/rspanphon" [lib] name = "rspanphon" path = "src/lib.rs" [[bin]] name = "rspanphon" path = "src/main.rs" [dependencies.cached] version = "0.34.0" [dependencies.csv] version = "1.1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_yaml] version = "0.8"