# 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] edition = "2018" name = "hmmm" version = "0.2.0" authors = ["Paul Kernfeld "] description = "Hidden Markov Models in Rust" documentation = "https://docs.rs/hmmm" readme = "README.md" license = "MIT/Apache-2.0" repository = "https://github.com/paulkernfeld/hmmm" [package.metadata.docs.rs] rustdoc-args = ["--html-in-header", "katex-header.html"] [profile.dev] opt-level = 3 [dependencies.itertools] version = "0.9.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.ndarray] version = "0.13.1" [dependencies.num-traits] version = "0.2.12" [dependencies.rand] version = "0.7.3" [dependencies.serde] version = "1.0.116" optional = true [dependencies.spectral] version = "0.6.0" [dev-dependencies.counter] version = "0.5.2" [dev-dependencies.serde_json] version = "1.0.57" [features] benchmark = [] serde-1 = ["serde/derive", "ndarray/serde-1"]