[package] name = "chapter" version = "0.1.0" edition = "2021" authors = [ "Gabriel Martinez ", "William Hart " ] description = "An implementation of the Yarn Spinner runtime." license = "MIT" readme = "README.md" repository = "https://github.com/will-hart/chapter" [dependencies] csv = "1" intl_pluralrules = "7" log = "0.4" prost = "0.12" rand = { optional = true, version = "0.8" } serde = { version = "1", features = ["derive"] } unic-langid = "0.9" [build-dependencies] prost-build = "0.12" [dev-dependencies] pretty_env_logger = "0.5.0" [features] default = ["random"] random = ["rand"]