# 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 = "zkllvm-rslang-types-pre" version = "0.1.0-beta.1" authors = ["=nil; Foundation"] description = "zkLLVM field type wrappers" homepage = "https://github.com/NilFoundation/zkllvm-rslang-types" readme = "README.md" keywords = ["zkllvm"] license = "MIT OR Apache-2.0" repository = "https://github.com/NilFoundation/zkllvm-rslang-types" [dependencies.ark-ff] version = "0.4.0-alpha" optional = true default-features = false [dependencies.ark-serialize] version = "0.4.0-alpha" optional = true default-features = false [dependencies.ark-std] version = "0.4.0-alpha" optional = true default-features = false [dependencies.num-traits] version = "0.2.15" optional = true [dependencies.zeroize] version = "1" optional = true [features] arkworks = [ "dep:ark-std", "dep:ark-ff", "dep:ark-serialize", "hash", "ord", "int-conversions", "num-traits", "iter", "zeroize", ] default = [] hash = [] int-conversions = [] iter = [] num-traits = ["dep:num-traits"] ord = [] zeroize = ["dep:zeroize"]