# 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.79" name = "heat-sdk-cli-macros" version = "0.1.0" authors = ["Tracel Technologies Inc."] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Macros for Tracel Heat SDK CLI." readme = "README.md" keywords = [ "tracel", "heat", "burn", "macros", ] categories = [ "command-line-interface", "command-line-utilities", "development-tools", ] license = "MIT OR Apache-2.0" repository = "https://github.com/tracel-ai/tracel/tree/main/crates/head-sdk-cli-macros" [lib] name = "heat_sdk_cli_macros" path = "src/lib.rs" proc-macro = true [dependencies.proc-macro2] version = "1.0.86" [dependencies.quote] version = "1.0.36" [dependencies.serde] version = "1.0.204" features = ["derive"] [dependencies.strum] version = "0.26.2" features = [ "derive", "derive", ] [dependencies.syn] version = "2.0.71" features = [ "extra-traits", "full", ] [dependencies.syn-serde] version = "0.3.1" features = ["json"] [dependencies.uuid] version = "1.9.1" features = [ "v4", "fast-rng", "macro-diagnostics", "serde", ] [features] build-cli = []