# 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.70" name = "arithmetic-typing" version = "0.4.0-beta.1" authors = ["Alex Ostrovski "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Hindley-Milner type inference for arithmetic expressions." readme = "README.md" keywords = [ "typing", "type-system", "arithmetic", "scripting", "language", ] categories = [ "mathematics", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/slowli/arithmetic-parser" [lib] name = "arithmetic_typing" path = "src/lib.rs" [[example]] name = "num_or_bytes" path = "examples/num_or_bytes.rs" [[example]] name = "strings" path = "examples/strings.rs" [[test]] name = "check_readme" path = "tests/check_readme.rs" [[test]] name = "integration" path = "tests/integration/main.rs" [[test]] name = "version_match" path = "tests/version_match.rs" [dependencies.anyhow] version = "1.0.89" default-features = false [dependencies.arithmetic-parser] version = "=0.4.0-beta.1" default-features = false [dependencies.hashbrown] version = "0.14.5" optional = true [dependencies.nom] version = "7" features = ["alloc"] default-features = false [dependencies.num-traits] version = "0.2.19" default-features = false [dev-dependencies.assert_matches] version = "1.3.0" [dev-dependencies.hex] version = "0.4.2" [dev-dependencies.pulldown-cmark] version = "0.12.1" [dev-dependencies.version-sync] version = "0.9" [features] default = ["std"] std = [ "anyhow/std", "arithmetic-parser/std", ]