num-err 0.1.1

Bikesheding the error type for num traits
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 = "num-err"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Bikesheding the error type for num traits"
readme = "README.md"
license-file = "LICENSE.md"

[features]
alloc = []
arbitrary-int1 = ["dep:arbitrary-int1"]
arbitrary1 = ["dep:arbitrary1"]
borsh1 = ["dep:borsh1"]
borsh1_unstable__schema = [
    "borsh1/unstable__schema",
    "borsh1",
    "alloc",
]
default = []
error = []
parity-scale-codec3 = ["dep:parity-scale-codec3"]
proptest1 = ["dep:proptest1"]
protobuf3 = ["dep:protobuf3"]
schemars1 = [
    "dep:schemars1",
    "serde1",
    "alloc",
]
serde1 = ["dep:serde1"]

[lib]
name = "num_err"
path = "src/lib.rs"

[dependencies.arbitrary-int1]
version = "1"
optional = true
default-features = false
package = "arbitrary-int"

[dependencies.arbitrary1]
version = "1"
optional = true
default-features = true
package = "arbitrary"

[dependencies.borsh1]
version = ">=1.5,<2.0"
optional = true
default-features = true
package = "borsh"

[dependencies.parity-scale-codec3]
version = "3"
optional = true
default-features = true
package = "parity-scale-codec"

[dependencies.proptest1]
version = "1"
optional = true
default-features = true
package = "proptest"

[dependencies.protobuf3]
version = "3"
optional = true
default-features = true
package = "protobuf"

[dependencies.schemars1]
version = "1"
optional = true
default-features = true
package = "schemars"

[dependencies.serde1]
version = "1"
optional = true
default-features = true
package = "serde"