# 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 = "convi" version = "0.0.7" authors = ["Dawid Ciężarkiewicz "] description = "Convenient (but safe) conversion (`From`-like) traits" homepage = "https://docs.rs/convi" documentation = "https://docs.rs/convi" readme = "README.md" keywords = [ "try", "conv", "conversion", "cast", ] license = "MPL-2.0" repository = "https://github.com/dpc/convi" resolver = "2" [lib] name = "convi" path = "src/lib.rs" [features] min_target_pointer_width_128 = [] min_target_pointer_width_16 = [] min_target_pointer_width_32 = [] min_target_pointer_width_64 = []