# 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 = "flussab-aiger" version = "0.1.1" authors = ["Jannis Harder "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "AIGER file format (binary and ASCII) parser and writer" readme = "README.md" keywords = [ "aig", "aiger", "and-inverter-graph", "parser", "writer", ] categories = [ "parser-implementations", "encoding", ] license = "0BSD" repository = "https://github.com/jix/flussab" [lib] name = "flussab_aiger" path = "src/lib.rs" [[example]] name = "aagtoaig" path = "examples/aagtoaig.rs" [[example]] name = "roundtrip_aag" path = "examples/roundtrip_aag.rs" [[example]] name = "roundtrip_aag_buffered" path = "examples/roundtrip_aag_buffered.rs" [[example]] name = "roundtrip_aig_buffered" path = "examples/roundtrip_aig_buffered.rs" [dependencies.flussab] version = "0.3.0" [dependencies.num-traits] version = "0.2.17" [dependencies.thiserror] version = "1.0.50" [dependencies.zwohash] version = "0.1.2"