newtypes 0.4.0

Macros that ease the implementation of the Newtype pattern
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.90"
name = "newtypes"
version = "0.4.0"
authors = ["Andreu Correa Casablanca <andreu@kindspells.dev>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Macros that ease the implementation of the Newtype pattern"
readme = "README.md"
keywords = [
    "newtype",
    "newtypes",
]
license = "MIT"
repository = "https://forge.cloudsling.dev/CTRLback/rs-newtypes"

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

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

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

[dependencies]

[dev-dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dev-dependencies.serde_json]
version = "1.0.149"

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