ferrotherm-cloud 0.1.21

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.
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 = "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"