# 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.56.1" name = "zkink" version = "0.0.1" authors = ["NoCtrlZ"] description = "zk ink! pallet" homepage = "https://github.com/zero-network/zero" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/zero-network/zero" resolver = "2" [lib] name = "zkink" crate-type = ["cdylib"] path = "lib.rs" [dependencies.ink_env] version = "3.0.0-rc8" default-features = false [dependencies.ink_lang] version = "3.0.0-rc8" default-features = false [dependencies.ink_metadata] version = "3.0.0-rc8" features = ["derive"] optional = true default-features = false [dependencies.ink_primitives] version = "3.0.0-rc8" default-features = false [dependencies.ink_storage] version = "3.0.0-rc8" default-features = false [dependencies.scale] version = "3" features = ["derive"] default-features = false package = "parity-scale-codec" [dependencies.scale-info] version = "2" features = ["derive"] optional = true default-features = false [features] default = ["std"] ink-as-dependency = [] std = ["ink_metadata/std", "ink_env/std", "ink_storage/std", "ink_primitives/std", "scale/std", "scale-info/std"]