moverox 0.1.4

Move, oxidized
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.87"
name = "moverox"
version = "0.1.4"
authors = ["Angelo <doom444@pm.me>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Move, oxidized"
readme = "README.md"
categories = ["cryptography::cryptocurrencies"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/0xangelo/moverox"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--generate-link-to-definition",
    "-Zunstable-options",
]

[features]
bcs = [
    "dep:bcs",
    "dep:thiserror",
]

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

[[test]]
name = "parsing"
path = "tests/parsing.rs"
required-features = ["bcs"]

[[test]]
name = "public-api"
path = "tests/public-api.rs"

[dependencies.bcs]
version = "0.1"
optional = true

[dependencies.moverox-traits]
version = "0.1.4"
features = [
    "derive",
    "serde",
]
public = true

[dependencies.moverox-types]
version = "0.1.2"
features = ["serde"]
public = true

[dependencies.serde]
version = "1"
features = ["derive"]
public = true

[dependencies.thiserror]
version = "2"
optional = true

[dev-dependencies.insta]
version = "1"

[dev-dependencies.public-api]
version = "0.51"

[dev-dependencies.rustdoc-json]
version = "0.9"

[dev-dependencies.rustup-toolchain]
version = "0.1"

[build-dependencies.rustversion]
version = "1"

[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