check-implementation 0.1.1

Workspace check contract implementation
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 = "2024"
rust-version = "1.97.1"
name = "check-implementation"
version = "0.1.1"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Workspace check contract implementation"
homepage = "https://github.com/fontanierh/boxology"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/fontanierh/boxology"

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

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

[dependencies.boxology]
version = "=0.1.1"

[dependencies.boxology-cli-core]
version = "=0.1.1"

[dependencies.boxology-contract]
version = "=0.1.1"

[dependencies.boxology-manifest]
version = "=0.1.1"

[dependencies.boxology-runtime]
version = "=0.1.1"

[dependencies.boxology-workspace]
version = "=0.1.1"

[dependencies.boxology_generated_contract]
version = "=0.1.1"
package = "check-contract"

[dependencies.boxology_import_classifier]
version = "=0.1.1"
package = "classifier-contract"

[dependencies.serde_json]
version = "=1.0.150"
features = ["std"]
default-features = false

[dev-dependencies.boxology-runtime]
version = "=0.1.1"
features = ["test-support"]

[dev-dependencies.boxology_import_classifier]
version = "=0.1.1"
features = ["test-support"]
package = "classifier-contract"