# 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 = "intervals-general" version = "0.1.1" authors = ["Scott Moeller "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ intervals-general is a crate enabling general representation of and operations on intervals over generic types (e.g. supporting units of measure or arbitrary built-in types, or any type with PartialOrd implementation). """ homepage = "https://github.com/electronjoe/intervals-general" documentation = "https://github.com/electronjoe/intervals-general" readme = "README.md" keywords = [ "intervals", "interval", "math", "units", "measurement", ] categories = [ "science", "data-structures", ] license = "MIT OR Apache-2.0" repository = "https://github.com/electronjoe/intervals-general" [profile.bench] lto = true [lib] name = "intervals_general" path = "src/lib.rs" [[bench]] name = "interval_operations" path = "benches/interval_operations.rs" harness = false [[bench]] name = "static_alternative" path = "benches/static_alternative.rs" harness = false [dependencies.itertools] version = "0.13.0" [dependencies.serde] version = "1.0.214" features = ["derive"] optional = true [dev-dependencies.criterion] version = "0.5" [dev-dependencies.quickcheck] version = "1.0" [dev-dependencies.quickcheck_macros] version = "1.0" [badges.maintenance] status = "actively-developed"