# 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 = "fix_float" version = "0.1.4" authors = ["FauconFan "] description = "Fixed floating types that allows useful trait implementations and datastructures on float numbers" documentation = "https://docs.rs/crate/fix_float" readme = "README.md" keywords = [ "ff64", "ff32", "Ord", "Hash", "total_cmp", ] categories = [ "data-structures", "encoding", ] license = "MIT" repository = "https://github.com/FauconFan/fix_float" resolver = "2" [[bench]] name = "sort" harness = false [[bench]] name = "ord" harness = false [[bench]] name = "partial_ord" harness = false [dependencies.doc-comment] version = "0.3" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dev-dependencies.criterion] version = "0.3" features = ["html_reports"] [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.rand_chacha] version = "0.3" [dev-dependencies.serde_json] version = "1.0" [badges.maintenance] status = "experimental"