# 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 = "codas-macros" version = "0.4.0" authors = ["Alicorn Systems, Inc. "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Macros for Codas." homepage = "https://gitlab.com/alicorn/pub/alicorn" readme = "README.md" license = "AGPL-3.0-only" repository = "https://gitlab.com/alicorn/pub/alicorn" [package.metadata.release] release = true [lib] name = "codas_macros" path = "src/lib.rs" proc-macro = true [[test]] name = "export" path = "tests/export.rs" [dependencies.codas] version = "0.4.0" features = [ "parse", "langs-rust", ]