onlytypes 0.1.4

A library for creating types that can only be created by a certain function
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 = "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"