# 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.73.0" name = "summer-boot-macro" version = "1.4.1" authors = [ "James Zow ", "Yangandmore <635408602@qq.com>", "WanSen AI Team ", ] description = "summer boot macro" homepage = "https://crates.io/crates/summer-boot" documentation = "https://github.com/wansenai/summer-boot#readme" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/wansenai/summer-boot" [lib] proc-macro = true [dependencies.proc-macro2] version = "1" [dependencies.quote] version = "1" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.summer-boot-autoconfigure] version = "1.4.0" [dependencies.syn] version = "1.0" features = ["full"] [dependencies.toml] version = "0.8" [dev-dependencies.summer-boot] version = "1.4.0"