# 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 = "sov-zk-cycle-macros" version = "0.3.0" authors = ["Sovereign Labs "] autotests = false description = "cycle counting utils" homepage = "https://www.sovereign.xyz" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/sovereign-labs/sovereign-sdk" resolver = "2" [lib] proc-macro = true [[test]] name = "tests" path = "tests/all_tests.rs" [dependencies.anyhow] version = "1.0.68" [dependencies.borsh] version = "0.10.3" features = [ "rc", "bytes", ] [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0" [dependencies.syn] version = "1.0" features = ["full"] [dev-dependencies.risc0-zkvm] version = "0.18" features = ["std"] default-features = false [dev-dependencies.risc0-zkvm-platform] version = "0.18" [dev-dependencies.trybuild] version = "1.0" [features] bench = []