[package]
edition = "2024"
name = "sim-relation-migrate"
version = "0.2.0"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Checked schema migration programs and adoption attestations for SIM."
homepage = "https://github.com/sim-nest/sim-foundation"
readme = "README.md"
license = "MPL-2.0"
repository = "https://github.com/sim-nest/sim-foundation"
[package.metadata.sim-recipes]
policy = "rustdoc"
reason = "Migration admission specimens are checked by rustdoc and integration tests."
[lib]
name = "sim_relation_migrate"
path = "src/lib.rs"
[[test]]
name = "migration"
path = "tests/migration.rs"
[dependencies.sim-kernel]
version = "0.4.0"
[dependencies.sim-relation-core]
version = "0.2.0"
[dependencies.sim-relation-plan]
version = "0.2.0"
[dependencies.sim-relation-schema]
version = "0.2.0"
[lints.rust]
unsafe_code = "forbid"