# 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 = "dyadic-rationals" version = "0.1.2" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Binary and Dyadic rational expressions (with binders) in Rust" readme = "README.md" keywords = [ "algebra", "dyadic", "mathematics", "symbolic", ] license-file = "LICENSE" [lib] name = "dyadic_rationals" path = "src/lib.rs" [[bin]] name = "dyadic-rationals" path = "src/main.rs" [dependencies.pretty] version = "0.12.3" [dev-dependencies.arbitrary] version = "1.3.2" features = ["derive"] [dev-dependencies.arbtest] version = "0.3.1"