gateconvert 0.1.1

The library to convert Gate circuit from/to foreign logic format.
Documentation
[dependencies.cnfgen]
version = "0.6.0"

[dependencies.flussab]
version = "0.3.1"

[dependencies.flussab-aiger]
version = "0.1"

[dependencies.flussab-cnf]
version = "0.3"

[dependencies.gategen]
version = "0.2.0"

[dependencies.gateutil]
version = "0.1.0"

[dependencies.static_init]
version = "1.0"

[dependencies.thiserror]
version = "1.0"

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

[package]
authors = ["Mateusz Szpakowski"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["science", "mathematics"]
description = "The library to convert Gate circuit from/to foreign logic format."
documentation = "https://docs.rs/gateconvert"
edition = "2021"
keywords = ["gate", "logic", "circuit"]
license = "Apache-2.0"
name = "gateconvert"
readme = "README.md"
repository = "https://github.com/matszpk/gateconvert"
version = "0.1.1"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]

[[test]]
name = "aiger"
path = "tests/aiger.rs"

[[test]]
name = "blif"
path = "tests/blif.rs"

[[test]]
name = "btor2"
path = "tests/btor2.rs"

[[test]]
name = "cnf"
path = "tests/cnf.rs"

[[test]]
name = "lib"
path = "tests/lib.rs"

[[test]]
name = "verilog"
path = "tests/verilog.rs"

[[test]]
name = "vhdl"
path = "tests/vhdl.rs"