# 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 = "inter-val" version = "0.1.2" authors = ["Yuichiro Terada "] description = "Mathematical intervals, i.g., [a, b], (a, b), [a, b), and (a, b] on ℝ, and multi-dimensional axis-aligned boxes represented as Cartesian product of intervals." documentation = "https://docs.rs/inter-val" readme = "README.md" keywords = [ "interval", "float", "box", "aabb", "bounds", ] license = "MIT" repository = "https://github.com/u1roh/inter-val-rs" [dependencies.num] version = "0.4.1" [dependencies.thiserror] version = "1.0.53"