# 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 = "mps" version = "0.1.1" authors = ["David Cox "] include = [ "src/**/*", "test/**/*", "Cargo.*", "LICENSE", "README.md", ] description = "A fast MPS parser" homepage = "https://integrated-reasoning.com/" documentation = "https://docs.rs/mps" readme = "README.md" keywords = [ "optimization", "linear-programming", "parser", "nom", "math", ] categories = [ "parser-implementations", "mathematics", "encoding", "science", "development-tools", ] license = "MIT" repository = "https://github.com/integrated-reasoning/mps/" [package.metadata.cargo-all-features] always_include_features = [ "cli", "insta", ] denylist = ["trace"] max_combination_size = 4 [profile.dev.package.insta] opt-level = 3 [profile.dev.package.similar] opt-level = 3 [[bin]] name = "mps" required-features = ["cli"] [[bench]] name = "benchmark" path = "benches/benchmark.rs" harness = false [dependencies.cfg-if] version = "1.0.0" [dependencies.clap] version = "4.4.11" features = ["derive"] optional = true [dependencies.color-eyre] version = "0.6.2" [dependencies.fast-float] version = "0.2.0" [dependencies.hashbrown] version = "0.14.3" features = ["serde"] [dependencies.nom] version = "7.1.3" [dependencies.nom-tracable] version = "0.9.0" [dependencies.nom_locate] version = "4.2.0" [dependencies.serde] version = "1.0.195" features = ["serde_derive"] optional = true [dev-dependencies.criterion] version = "0.5.1" features = ["html_reports"] [dev-dependencies.insta] version = "1.34.0" features = ["yaml"] [dev-dependencies.proptest] version = "1.4.0" features = [ "timeout", "std", ] [features] cli = ["dep:clap"] default = ["insta"] insta = ["serde"] serde = ["serde/serde_derive"] trace = ["nom-tracable/trace"]