[package]
edition = "2021"
name = "ferrotherm-cloud"
version = "0.1.21"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Cloud fabrics for ferrotherm: drives real third-party annealing silicon through the Device trait, starting with Hitachi's CMOS annealing ASIC. Separate crate because it needs a TLS client and the core has no dependencies."
readme = "README.md"
keywords = [
"thermodynamic",
"ising",
"annealing",
"hitachi",
"sampling",
]
categories = [
"science",
"api-bindings",
"simulation",
]
license = "Apache-2.0"
repository = "https://github.com/dcharlot-physicalai-bmi/ferrotherm"
[lib]
name = "ferrotherm_cloud"
path = "src/lib.rs"
[[example]]
name = "hitachi_run"
path = "examples/hitachi_run.rs"
[dependencies.ferrotherm]
version = "0.32"
[dependencies.ureq]
version = "2"
[dev-dependencies]
[lints.clippy]
needless_range_loop = "allow"
neg_cmp_op_on_partial_ord = "allow"
too_many_arguments = "allow"