# 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 = "ark-scale" version = "0.0.12" authors = ["Jeff Burdges "] description = "Arkworks serialization wrapped in Parity SCALE codec" readme = "README.md" license = "MIT/Apache-2.0" repository = "https://github.com/w3f/ark-scale" [dependencies.ark-ec] version = "0.4.2" optional = true default-features = false [dependencies.ark-ff] version = "0.4.2" optional = true default-features = false [dependencies.ark-serialize] version = "0.4.2" features = ["derive"] default-features = false [dependencies.ark-std] version = "0.4" default-features = false [dependencies.scale-codec] version = "3.6" features = ["max-encoded-len"] default-features = false package = "parity-scale-codec" [dependencies.scale-info] version = "2.5" default-features = false [dev-dependencies.ark-bls12-381] version = "0.4" [dev-dependencies.ark-ed25519] version = "0.4" [dev-dependencies.rand_core] version = "0.6" features = ["getrandom"] [features] default = ["std"] ec = [ "ff", "dep:ark-ec", ] ff = ["dep:ark-ff"] hazmat = ["ec"] std = [ "scale-codec/std", "scale-info/std", "ark-std/std", "ark-serialize/std", "ark-bls12-381/std", "ark-ed25519/std", "rand_core/std", ]