# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "markov" version = "1.1.0" authors = ["Aaron Weiss "] exclude = ["conquest_of_bread", "jabberwocky", "koran", "test"] description = "A generic markov chain implementation in Rust." documentation = "https://docs.rs/markov/" readme = "README.md" keywords = ["markov", "chain", "probability"] license = "CC0-1.0" repository = "https://github.com/aatxe/markov" [dependencies.getopts] version = "0.2" optional = true [dependencies.itertools] version = "0.9" optional = true [dependencies.petgraph] version = "0.5" optional = true [dependencies.rand] version = "0.7" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_yaml] version = "0.8" optional = true [features] default = ["graph", "markgen", "yaml"] graph = ["petgraph", "itertools"] markgen = ["getopts"] yaml = ["serde_yaml"] [badges.maintenance] status = "passively-maintained" [badges.travis-ci] repository = "aatxe/markov"