# 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 = "intervalues" version = "0.3.1" authors = ["Bert de Bruijn"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Combine valued intervals together efficiently" documentation = "https://docs.rs/intervalues" readme = "README.md" keywords = [ "intervals", "intervalues", "intfloat", ] license = "MIT OR Apache-2.0" repository = "https://github.com/debruijn/intervalues_rust" [profile.dev] opt-level = 3 [profile.release] opt-level = 3 [lib] name = "intervalues" path = "src/lib.rs" [[bin]] name = "intervalues" path = "src/main.rs" [dependencies.counter] version = "0.6.0" [dependencies.defaultmap] version = "0.6.0" [dependencies.intfloat] version = "0.1.0" [dependencies.itertools] version = "0.13.0" [dependencies.num-traits] version = "0.2.19" [dependencies.rand] version = "0.8.5" [dependencies.rust_decimal] version = "1.36.0" [dependencies.safecast] version = "0.2.3"