# 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 = "2018" name = "ff-uint_derive" version = "0.2.4" authors = ["Igor Gulamov "] description = "Library for building and interfacing with fixed-sized integers and finite fields" homepage = "https://github.com/zeropoolnetwork/fawkes-crypto" documentation = "https://docs.rs/ff-uint/" license = "MIT/Apache-2.0" repository = "https://github.com/zeropoolnetwork/fawkes-crypto" [lib] proc-macro = true [dependencies.num-bigint] version = "0.3.1" default-features = false [dependencies.num-integer] version = "0.1.42" default-features = false [dependencies.num-traits] version = "0.2.11" default-features = false [dependencies.proc-macro-crate] version = "0.1.5" [dependencies.proc-macro2] version = "1" [dependencies.quote] version = "1" [dependencies.syn] version = "1.0.69" features = ["full"] [features] borsh_support = [] rand_support = [] scale_support = []