libket 0.7.0

Runtime library for the Ket programming language
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 = "2021"
name = "libket"
version = "0.7.0"
authors = ["Evandro Chagas Ribeiro da Rosa <evandro@quantuloop.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Runtime library for the Ket programming language"
documentation = "https://quantumket.org"
readme = "README.md"
license = "Apache-2.0"
repository = "https://gitlab.com/quantum-ket/libket"

[features]
c_api = []
default = ["c_api"]

[lib]
name = "ket"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

[[example]]
name = "grover"
path = "examples/grover.rs"

[[example]]
name = "qft"
path = "examples/qft.rs"

[dependencies.build-info]
version = "0.0.45"
features = []
default-features = false

[dependencies.itertools]
version = "0.15.0"

[dependencies.num]
version = "0.4"

[dependencies.rand]
version = "0.10.2"

[dependencies.rayon]
version = "1.5.3"

[dependencies.serde]
version = "1.0.219"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.150"

[dependencies.thiserror]
version = "2.0.18"

[build-dependencies.build-info-build]
version = "0.0.45"

[profile.release]
strip = true