# 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 = "const-addrs" version = "0.1.1" authors = ["Erich Heine"] exclude = ["Makefile"] description = "A set of macros for creating networking types from a string literal." readme = "README.md" license = "MIT" repository = "https://github.com/sophacles/const-addrs" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] proc-macro = true [dependencies.cfg-if] version = "1" [dependencies.document-features] version = "0.2" optional = true [dependencies.ipnetwork] version = "0.20.0" optional = true [dependencies.macaddr] version = "1.0" optional = true [dependencies.proc-macro-error] version = "1.0" [dependencies.proc-macro2] version = "1" [dependencies.quote] version = "1.0" [dependencies.syn] version = "2.0" [dev-dependencies.ipnetwork] version = "0.20.0" [dev-dependencies.macaddr] version = "1.0" [dev-dependencies.trybuild] version = "1" [features] default = [] ipnet = ["dep:ipnetwork"] mac = ["dep:macaddr"]