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