classifier-implementation 0.1.0

Compatibility classifier 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 = "classifier-implementation"
version = "0.1.0"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Compatibility classifier 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 = "classifier_implementation"
path = "src/lib.rs"

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

[dependencies.boxology]
version = "=0.1.0"

[dependencies.boxology-classifier]
version = "=0.1.0"

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

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

[dependencies.boxology-schema]
version = "=0.1.0"

[dependencies.boxology_generated_contract]
version = "=0.1.0"
package = "classifier-contract"