gatesim 0.1.1

The base library for the Gate Project.
Documentation
[dependencies.serde]
version = "1.0"

[dependencies.thiserror]
version = "1.0"

[lib]
name = "gatesim"
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 base library for the Gate Project."
documentation = "https://docs.rs/gatesim"
edition = "2021"
keywords = ["gate", "logic", "circuit"]
license = "Apache-2.0"
name = "gatesim"
readme = "README.md"
repository = "https://github.com/matszpk/gatesim"
version = "0.1.1"

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

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