jeff-format 0.2.0

Rust bindings for the jeff exchange format
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"
rust-version = "1.85"
name = "jeff-format"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust bindings for the jeff exchange format"
homepage = "https://github.com/unitaryfoundation/jeff"
documentation = "https://docs.rs/jeff-format"
readme = "README.md"
keywords = ["Quantum"]
categories = ["compilers"]
license = "Apache-2.0"
repository = "https://github.com/unitaryfoundation/jeff"

[lib]
name = "jeff"
path = "src/lib.rs"
bench = false

[[bench]]
name = "criterion"
path = "benches/criterion.rs"
harness = false

[[bench]]
name = "iai"
path = "benches/iai.rs"
harness = false

[dependencies.capnp]
version = "0.27.0"

[dependencies.derive_more]
version = "2.0.1"
features = [
    "display",
    "error",
    "from",
]

[dependencies.itertools]
version = "0.14.0"

[dependencies.semver]
version = "1.0.27"

[dev-dependencies.criterion]
version = "0.5.1"
features = ["html_reports"]

[dev-dependencies.iai-callgrind]
version = "0.14.2"

[dev-dependencies.rstest]
version = "0.24.0"

[lints.rust]
missing_docs = "warn"