# 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 = "cruiser_derive" version = "0.2.0" authors = ["Brett Etter "] description = "Derive macros for `cruiser`" documentation = "https://docs.rs/cruiser_derive/latest/cruiser_derive/" license = "Apache-2.0" repository = "https://github.com/identity-com/cruiser" resolver = "2" [lib] proc-macro = true [dependencies.easy_proc] version = "0.2.0" [dependencies.heck] version = "0.4.0" [dependencies.proc-macro-crate] version = "1.0.0" [dependencies.proc-macro-error] version = "1.0.4" [dependencies.proc-macro2] version = "1.0.27" [dependencies.quote] version = "1.0.9" [dependencies.sha2] version = "0.9.5" [dependencies.syn] version = "1.0.73" [dev-dependencies] [features] debug = [ "debug_account", "debug_error", "debug_account_argument", "debug_instruction_list", "debug_account_list", ] debug_account = [] debug_account_argument = [] debug_account_list = [] debug_error = [] debug_instruction_list = [] default = [] easy_proc_test = []