# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "intervals-general" version = "0.1.0" authors = ["Scott Moeller "] description = "intervals-general is a crate enabling general representation of and\noperations on intervals over generic types (e.g. supporting units of measure\nor arbitrary built-in types, or any type with PartialOrd implementation).\n" 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 [[bench]] name = "static_alternative" harness = false [[bench]] name = "interval_operations" harness = false [dependencies.either] version = "1.5.2" [dev-dependencies.criterion] version = "0.2" [dev-dependencies.quickcheck] version = "0.8" [dev-dependencies.quickcheck_macros] version = "0.8" [badges.coveralls] repository = "electronjoe/intervals-general" [badges.maintenance] status = "actively-developed" [badges.travis-ci] repository = "electronjoe/intervals-general"