[dependencies.struct_mapping_derive]
optional = true
version = "1.0"
[dev-dependencies.struct_mapping_derive]
version = "1.0"
[features]
default = []
derive = ["struct_mapping_derive"]
[package]
authors = ["Walter Bonetti <walter.bonetti@epitech.eu>"]
description = "Token StructMapping for testing StructMapping implementations"
edition = "2021"
include = ["src/**/*.rs", "crates-io.md", "README.md", "LICENSE-APACHE", "LICENSE-MIT"]
keywords = ["struct_mapping", "accessors", "mutators", "struct"]
license = "MIT OR Apache-2.0"
name = "struct_mapping"
readme = "README.md"
repository = "https://github.com/IniterWorker/struct_mapping"
resolver = "1"
version = "1.0.1"