# 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 = "zkdoc_sdk" version = "0.0.1" description = "SDK for zkdoc allowing plug and play with any application" readme = "README.md" license = "MIT" repository = "https://github.com/medi-0/core/tree/main/zkdoc_sdk" resolver = "1" [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.bitvec] version = "1.0.1" [dependencies.ff] version = "0.12" [dependencies.halo2_gadgets] version = "0.2.0" [dependencies.halo2_proofs] version = "0.2.0" [dependencies.plotters] version = "0.3.0" optional = true [dependencies.rand_core] version = "0.6" features = ["getrandom"] default-features = false [dependencies.sha2] version = "0.10.6" [dependencies.tabbycat] version = "0.1" features = ["attributes"] optional = true [features] dev-graph = [ "halo2_proofs/dev-graph", "plotters", ]