# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "comacro" version = "0.0.1" authors = ["Kaz Wesley "] description = "Declarative Rust static analysis with macro-like syntax" homepage = "https://comacro.lambdaverse.org" categories = ["development-tools"] license = "MIT/Apache-2.0" [dependencies.log] version = "0.4" features = ["max_level_trace", "release_max_level_off"] [dependencies.proc-macro2] version = "0.4" [dependencies.syn] version = "0.15" features = ["full", "visit", "parsing"] default-features = false [dev-dependencies.env_logger] version = "0.5" [dev-dependencies.proc-macro2] version = "0.4" features = ["nightly"]