[package] name = "r1cs-file" version = "0.3.0" edition = "2018" description = "R1CS binary file format parser/serializer " authors = ["Dmitry Vdovin "] homepage = "https://github.com/zeropoolnetwork/zeropool-utils" repository = "https://github.com/zeropoolnetwork/zeropool-utils" license = "MIT OR Apache-2.0" exclude = [ "tests/*", ] [dependencies] byteorder = "1.4.2" [dev-dependencies] hex-literal = "0.3.1"