# 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 = "actix-admin-macros" version = "0.8.0" build = false exclude = ["tests/*"] autolib = false autobins = false autoexamples = false autotests = false autobenches = false description = "macros to be used with actix-admin crate" readme = false license = "MIT OR Apache-2.0" repository = "https://github.com/mgugger/actix-admin" [lib] name = "actix_admin_macros" path = "src/lib.rs" proc-macro = true [dependencies.bae] version = "0.1.7" [dependencies.proc-macro2] version = "1.0.85" default-features = false [dependencies.quote] version = "1.0.36" [dependencies.regex] version = "1.10.4" [dependencies.syn] version = "1.0.109" features = [ "full", "extra-traits", ]