rust_sfq 1.0.4

DSL for designing SFQ circuits in Rust.
Documentation
# 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 = "2024"
name = "rust_sfq"
version = "1.0.4"
authors = ["Mebuki Oishi <mebuki@is.s.u-tokyo.ac.jp>"]
build = false
include = [
    "src/**",
    "Cargo.toml",
    "README.md",
    "CHANGELOG.md",
    "LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "DSL for designing SFQ circuits in Rust."
readme = "README.md"
keywords = [
    "sfq",
    "dsl",
    "circuit",
]
categories = [
    "science",
    "embedded",
]
license = "MIT"
repository = "https://github.com/Mebuki-mebuki/rust_sfq"

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

[dependencies.colored]
version = "3.0.0"

[dependencies.petgraph]
version = "0.6"

[dependencies.twox-hash]
version = "2.1.0"