[package]
edition = "2024"
name = "sim-table-mount"
version = "0.1.0"
build = "build.rs"
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Mounted Table and Dir namespace backend for SIM."
homepage = "https://github.com/sim-nest/sim-storage"
readme = "README.md"
license = "MPL-2.0"
repository = "https://github.com/sim-nest/sim-storage"
[lib]
name = "sim_table_mount"
path = "src/lib.rs"
[dependencies.sim-cookbook]
version = "0.1.3"
[dependencies.sim-kernel]
version = "0.1.4"
[dependencies.sim-table-core]
version = "0.1.2"
[dev-dependencies.sim-kernel]
version = "0.1.4"
features = ["test-support"]
[dev-dependencies.sim-table-db]
version = "0.1.1"
[dev-dependencies.sim-test-support]
version = "0.1.0"
[build-dependencies.sim-cookbook]
version = "0.1.3"
[lints.rust]
unsafe_code = "forbid"