# 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 = "alloy-u256-literal" version = "0.1.0" authors = ["Guanqun Lu "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Procedural macro for converting u256 literals to U256 at compile time." documentation = "https://docs.rs/alloy-u256-literal" readme = false keywords = [ "u256", "proc-macro", "literals", "alloy", "ethereum", ] license = "MIT OR Apache-2.0" [lib] name = "alloy_u256_literal" path = "src/lib.rs" proc-macro = true [[test]] name = "integration" path = "tests/integration.rs" [dependencies.alloy-primitives] version = "0.7.7" [dependencies.syn] version = "1.0"