# 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 = "oxidd-parser" version = "0.3.1" authors = ["OxiDD Contributors"] 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" [[example]] name = "load_file" required-features = ["load-file"] [dependencies.bitvec] version = "1" [dependencies.codespan-reporting] version = "0.11" optional = true [dependencies.derive_builder] version = "0.20" [dependencies.document-features] version = "0.2" [dependencies.memchr] version = "2" [dependencies.nom] version = "7" [dependencies.rustc-hash] version = "2" [features] default = ["load-file"] load-file = ["dep:codespan-reporting"]