# 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 = "semester-macro" version = "2.0.2" authors = ["Nathan West "] description = "High efficiency classnames macro" readme = "README.md" license = "MPL-2.0" repository = "https://github.com/Lucretiel/semester" resolver = "1" [lib] proc-macro = true [dependencies.either] version = "1.8.0" default-features = false [dependencies.itertools] version = "0.10.5" features = ["use_alloc"] default-features = false [dependencies.joinery] version = "3.1.0" default-features = false [dependencies.proc-macro2] version = "1.0.44" default-features = false [dependencies.quote] version = "1.0.21" default-features = false [dependencies.syn] version = "1.0.101" features = [ "parsing", "full", "proc-macro", "printing", ] default-features = false [features] alloc = [] default = ["std"] std = ["alloc"]