# 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 = "2018" name = "totally-ordered" version = "0.2.0" authors = ["l0calh05t "] description = "No dependency, no-std totally ordered f32/f64" keywords = ["f32", "f64", "ord", "eq", "hash"] categories = ["no-std", "rust-patterns"] license = "MIT" repository = "https://github.com/l0calh05t/totally-ordered-rs.git" [[bench]] name = "benchmark" harness = false [dependencies] [dev-dependencies.criterion] version = "0.3" [dev-dependencies.rand] version = "0.8" [features] default = ["std"] std = []