[package] name = "yharnam" version = "0.0.1" edition = "2018" authors = ["Gabriel Martinez "] description = "An implementation of the Yarn Spinner runtime." license = "MIT" documentation = "https://docs.rs/yharnam" readme = "README.md" repository = "https://github.com/mystal/yharnam" [dependencies] csv = "1" intl_pluralrules = "7" log = "0.4" prost = "0.7" serde = { version = "1", features = ["derive"] } unic-langid = "0.9" [build-dependencies] prost-build = "0.7" [dev-dependencies] pretty_env_logger = "0.4"