# 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" rust-version = "1.61.0" name = "lp_parser_rs" version = "1.3.2" authors = [ "Dan Dixey", "Dan Dixey ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Rust parser for the LP file format." readme = "README.md" keywords = [ "linear-programming", "optimization", "parser", "math", "solver", ] categories = [ "mathematics", "algorithms", "science", ] license = "MIT OR Apache-2.0" repository = "https://github.com/dandxy89/lp_parser_rs" [package.metadata.cargo-machete] ignored = ["diff-struct"] [profile.dev.package.insta] opt-level = 3 [profile.dev.package.similar] opt-level = 3 [lib] name = "lp_parser_rs" path = "src/lib.rs" [[bin]] name = "main" path = "src/bin/main.rs" [[test]] name = "diff_feature" path = "tests/diff_feature.rs" [[test]] name = "test_from_file" path = "tests/test_from_file.rs" [dependencies.diff-struct] version = "0.5" optional = true [dependencies.log] version = "0.4" [dependencies.pest] version = "2.7" [dependencies.pest_derive] version = "2.7" [dependencies.serde] version = "1" features = ["derive"] optional = true [dependencies.thiserror] version = "2.0" [dependencies.unique_id] version = "0.1" [dev-dependencies.float_eq] version = "1.0" [dev-dependencies.insta] version = "1.41" features = [ "yaml", "redactions", ] [features] default = [] diff = [ "dep:diff-struct", "serde", ] serde = ["dep:serde"]