# 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 = "pint-solve" version = "0.1.0" authors = ["Essential Contributions "] description = "Pint solver" homepage = "https://essential.builders/" license = "Apache-2.0" repository = "https://github.com/essential-contributions/pint" [package.metadata.cargo-udeps.ignore] normal = ["thiserror"] [dependencies.expect-test] version = "1.4" [dependencies.fxhash] version = "0.2" [dependencies.lalrpop-util] version = "0.20" features = [ "lexer", "unicode", ] [dependencies.russcip] version = "0.3.0" optional = true [dependencies.thiserror] version = "1.0" [dependencies.yansi] version = "1.0" [dev-dependencies.anyhow] version = "1.0" [build-dependencies.lalrpop] version = "0.20" [features] solver-scip = ["russcip"]