oxidd-parser 0.5.0

Parsers for logic file formats
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 = "2024"
rust-version = "1.91"
name = "oxidd-parser"
version = "0.5.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Parsers for logic file formats"
homepage = "https://oxidd.net"
readme = "README.md"
categories = [
    "parser-implementations",
    "mathematics",
    "science",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/OxiDD/oxidd"
resolver = "2"

[features]
default = ["load-file"]
load-file = ["dep:codespan-reporting"]

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

[[example]]
name = "load_file"
path = "examples/load_file.rs"
required-features = ["load-file"]

[dependencies.bumpalo]
version = "3.16.0"
features = [
    "boxed",
    "collections",
]

[dependencies.codespan-reporting]
version = "0.13"
optional = true

[dependencies.derive_builder]
version = "0.20"

[dependencies.document-features]
version = "0.2"

[dependencies.fixedbitset]
version = "0.5.7"

[dependencies.memchr]
version = "2"

[dependencies.nom]
version = "7"

[dependencies.rustc-hash]
version = "1.1"