[build-dependencies.rustversion]
version = "1"
[dependencies.bcs]
optional = true
version = "0.1"
[dependencies.moverox-traits]
features = ["derive", "serde"]
version = "0.1.2"
[dependencies.moverox-types]
features = ["serde"]
version = "0.1.1"
[dependencies.serde]
features = ["derive"]
version = "1"
[dependencies.thiserror]
optional = true
version = "2"
[dev-dependencies.insta]
version = "1"
[dev-dependencies.public-api]
version = "0.50"
[dev-dependencies.rustdoc-json]
version = "0.9"
[dev-dependencies.rustup-toolchain]
version = "0.1"
[features]
bcs = ["dep:bcs", "dep:thiserror"]
[lib]
name = "moverox"
path = "src/lib.rs"
[lints.clippy]
todo = "warn"
uninlined_format_args = "allow"
unwrap_used = "warn"
[lints.clippy.nursery]
level = "warn"
priority = 1
[lints.clippy.redundant_pub_crate]
level = "allow"
priority = 2
[package]
authors = ["Angelo <doom444@pm.me>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["cryptography::cryptocurrencies"]
description = "Move, oxidized"
edition = "2024"
license = "MIT OR Apache-2.0"
name = "moverox"
readme = "README.md"
repository = "https://github.com/0xangelo/moverox"
rust-version = "1.87"
version = "0.1.2"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--generate-link-to-definition", "-Zunstable-options"]
[[test]]
name = "parsing"
path = "tests/parsing.rs"
required-features = ["bcs"]
[[test]]
name = "public-api"
path = "tests/public-api.rs"