# 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 = "blif-parser" version = "0.1.7" authors = ["Joonho Whangbo "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rust parser for BLIF files" readme = "README.md" license = "MIT" repository = "https://github.com/ucb-bar/blif-parser/" [lib] name = "blif_parser" path = "src/lib.rs" [[bin]] name = "blif-parser" path = "src/main.rs" [dependencies.derivative] version = "2.2.0" [dependencies.indexmap] version = "2.5.0" features = ["serde"] [dependencies.nom] version = "7.1.3" [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.strum] version = "0.26.3" [dependencies.strum_macros] version = "0.26.4"