debridge-u256 1.0.1

zkp_u256 crate wrapper for debridge needs
Documentation
# 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 = "debridge-u256"
version = "1.0.1"
description = "zkp_u256 crate wrapper for debridge needs"
license = "MIT"

[dependencies.borsh]
version = "0.10.3"

[dependencies.hex]
version = "0.4.3"

[dependencies.log]
version = "0.4.14"

[dependencies.num-integer]
version = "0.1.44"

[dependencies.num-traits]
version = "0.2.14"

[dependencies.rand]
version = "0.7"
optional = true

[dependencies.schemars]
version = "0.8.11"
optional = true

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.sha3]
version = "0.10"

[dependencies.zkp-u256]
version = "0.2.1"

[dev-dependencies.serde_json]
version = "1.0"

[dev-dependencies.simplelog]
version = "0.11"

[features]
default = ["jsonschema"]
jsonschema = ["dep:schemars"]
rand = ["dep:rand"]