# 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 = "liberty-macros" version = "0.7.4" authors = ["Junzhuo "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "`liberty` macros" documentation = "https://docs.rs/liberty-db" readme = "README.md" keywords = [ "eda", "liberty", "database", "parser", ] categories = ["development-tools"] license = "MIT" repository = "https://github.com/zao111222333/liberty-db/" [lib] name = "liberty_macros" path = "src/lib.rs" proc-macro = true [dependencies.cfg-if] version = "1.0.0" [dependencies.foldhash] version = "0.1.3" [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0" [dependencies.syn] version = "2.0.15" features = ["extra-traits"] [features] default = [] hashmatch = [] vec2map = []