[package]
edition = "2021"
name = "onlytypes"
version = "0.1.4"
authors = ["Матвей Т <https://matveit.dev> AtomicGamer9523@github"]
description = "A library for creating types that can only be created by a certain function"
readme = "README.md"
keywords = [
"onlytypes",
"onlytypes-rs",
"types",
]
license = "MIT"
repository = "https://github.com/AtomicGamer9523/onlytypes-rs"
[lib]
name = "onlytypes"
path = "lib.rs"
proc-macro = true
[dependencies.otcore]
version = "0.1.4"
package = "onlytypes-core"