# 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 = "lcpc-test-fields" version = "0.1.1" authors = ["kwantam "] description = "fields for testing polycommits" license = "Apache-2.0" repository = "https://github.com/conroi/lcpc" [dependencies.bitvec] version = "1" [dependencies.byteorder] version = "1" [dependencies.ff] version = "0.12" features = ["derive"] [dependencies.ff-derive-num] version = "0.2" [dependencies.num-traits] version = "0.2" [dependencies.rand] version = "0.8" [dependencies.rand_core] version = "0.6" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.subtle] version = "2.2"