# 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.61" name = "conv2" version = "0.4.0" authors = [ "Daniel Keep ", "Eric Seppanen ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "This crate provides a number of conversion traits with more specific semantics than those provided by 'as' or 'From'/'Into'." readme = "README.md" keywords = [ "from", "into", "conversion", "approximation", ] license = "MIT" repository = "https://github.com/ericseppanen/conv2" [lib] name = "conv2" path = "src/lib.rs" [[test]] name = "conv_utils" path = "tests/conv_utils.rs" [[test]] name = "lang_floats" path = "tests/lang_floats.rs" [[test]] name = "lang_ints" path = "tests/lang_ints.rs" [[test]] name = "unwraps" path = "tests/unwraps.rs" [[test]] name = "use_in_generics" path = "tests/use_in_generics.rs" [dependencies.thiserror] version = "1.0.64" [dev-dependencies.quickcheck] version = "1.0.3" default-features = false