cuttlefish-core 0.0.6

Cuttlefish.spec parsing and the typed job description
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"
rust-version = "1.94"
name = "cuttlefish-core"
version = "0.0.6"
authors = [
    "Michael-F-Bryan <michaelfbryan@gmail.com>",
    "Kartik Thakore <kartik@thakore.ai>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Cuttlefish.spec parsing and the typed job description"
homepage = "https://cuttlefishvm.github.io/"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/cuttlefishvm/cuttlefish-vm.git"

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

[[test]]
name = "graph"
path = "tests/graph.rs"

[[test]]
name = "parse"
path = "tests/parse.rs"

[dependencies.thiserror]
version = "2"