qubithub 0.0.1

QubitHub — developer infrastructure for quantum computing. Placeholder for the Rust CLI.
# 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 = "qubithub"
version = "0.0.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "QubitHub — developer infrastructure for quantum computing. Placeholder for the Rust CLI."
homepage = "https://qubithub.co"
readme = false
keywords = [
    "quantum",
    "computing",
    "circuits",
]
categories = [
    "command-line-utilities",
    "science",
]
license = "MIT"

[[bin]]
name = "qubithub"
path = "src/main.rs"