# 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 = "proc_assertions" version = "0.1.1" authors = [ "Anton Melnychuk", "Ramla Ijaz", ] include = [ "Cargo.toml", "src/**/*.rs", "README.md", "LICENSE*", ] description = "Compile-time assertions via procedural macros." homepage = "https://github.com/anton-mel/proc-assertions" documentation = "https://docs.rs/proc_assertions/" readme = "README.md" keywords = [ "assert", "static", "testing", ] categories = [ "no-std", "rust-patterns", "development-tools::testing", ] license = "MIT OR Apache-2.0" repository = "https://github.com/anton-mel/proc-assertions" [lib] proc-macro = true [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0" [dependencies.syn] version = "2.0" features = [ "full", "visit-mut", ] [features] nightly = [] proc_assertions = [] [badges.is-it-maintained-issue-resolution] repository = "anton-mel/proc-assertions" [badges.is-it-maintained-open-issues] repository = "anton-mel/proc-assertions" [badges.maintenance] status = "passively-maintained" [badges.travis-ci] repository = "anton-mel/proc-assertions"