# 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" rust-version = "1.82.0" name = "elicit_macro" version = "0.2.5" authors = ["hanepjiv "] build = false include = [ "Cargo.toml", "src/**/*.rs", "README.md", "LICENSE-APACHE-2.0", "LICENSE-MIT", ] publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "SmartPointer-like structure for polymorphism." homepage = "https://github.com/hanepjiv/elicit-rs" documentation = "https://docs.rs/elicit/" readme = "README.md" keywords = ["utility"] license = "MIT OR Apache-2.0" repository = "https://github.com/hanepjiv/elicit-rs.git" [lib] name = "elicit_macro" path = "src/lib.rs" proc-macro = true [dependencies.proc-macro2] version = "1.0.89" features = ["proc-macro"] default-features = false [dependencies.quote] version = "1.0.37" features = ["proc-macro"] default-features = false [dependencies.syn] version = "2.0.87" features = [ "derive", "parsing", "printing", "proc-macro", "extra-traits", "full", ] default-features = false [features] default = [] parking_lot = []