# 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 = "bounded-integer-macro" version = "0.5.6" description = "Proc macro for `bounded-integer`. Do not use directly." readme = "README.md" keywords = [ "bounded", "integer", "macro", "refinement", ] license = "ISC" repository = "https://github.com/Kestrer/bounded-integer" [lib] proc-macro = true [dependencies.num-bigint] version = "0.4.2" [dependencies.proc-macro2] version = "1.0.24" [dependencies.quote] version = "1.0.9" [dependencies.syn] version = "2.0.0" features = [ "proc-macro", "parsing", "printing", "full", ] default-features = false [features] generate_tests = []