# 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.65.0" name = "m2csmt" version = "0.1.3" authors = ["Pierre Carbonnelle"] build = false include = [ "/.cargo/**", "/src/**", "/tests/**", "/Cargo.toml", "/CHANGELOG.md", "/LICENSE", "/README.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A solver for systems of non-linear (in)equations" documentation = "https://docs.rs/m2csmt" readme = "README.md" keywords = [ "solver", "smt", "interval", "trigonometry", ] categories = [ "mathematics", "science", ] license = "MIT" repository = "https://gitlab.com/pierre.carbonnelle/m2csmt" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "m2csmt" path = "src/lib.rs" [[bin]] name = "m2csmt" path = "src/main.rs" [[test]] name = "_integration_tests" path = "tests/_integration_tests.rs" [dependencies.chic] version = "1.2.2" [dependencies.clap] version = "4.5.23" features = ["derive"] [dependencies.debug_print] version = "1.0.0" [dependencies.genawaiter] version = "0.99.1" [dependencies.inari] version = "2.0.0" [dependencies.log] version = "0.4.22" [dependencies.num] version = "0.4.3" [dependencies.ordered-float] version = "4.5.0" [dependencies.peg] version = "0.8.4" [dependencies.simplelog] version = "0.12.2" [dependencies.sorted-vec] version = "0.8.5" [dependencies.strum] version = "0.26.3" [dependencies.strum_macros] version = "0.26.4" [dependencies.thiserror] version = "2.0.6"