# 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 = "arch-into" version = "0.0.1-alpha.5" authors = ["Gleb Pomykalov "] autotests = true description = "safe type conversions between pointer-sized types (usize/isize) and types with fixed size" documentation = "https://docs.rs/arch-into" readme = "README.md" keywords = [ "conversions", "architecture", "pointer", ] categories = ["rust-patterns"] license = "MIT/Apache-2.0" repository = "https://github.com/glebpom/arch-into" [dependencies.const_panic] version = "0.2" [dependencies.paste] version = "1" [features] default = [] no-arch-32 = [] no-arch-64 = []