# 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" rust-version = "1.56" name = "cove" version = "1.0.0" authors = ["immodestproposal"] description = """ Casts Of Varying Elegance (COVE): extension traits for casting numerical types """ documentation = "https://docs.rs/cove/latest/cove/" readme = "README.md" keywords = [ "from", "into", "cast", "conversion", "no_std", ] categories = [ "encoding", "mathematics", "no-std", "no-std::no-alloc", "rust-patterns", ] license = "MIT" repository = "https://github.com/immodestproposal/cove" [features] default = ["std"] std = []