[package]
edition = "2024"
rust-version = "1.85"
name = "kubetsu"
version = "0.7.0"
authors = ["Keiji Yoshimi"]
build = false
include = [
"src/**/*",
"Cargo.toml",
"README.md",
"UPGRADE.md",
"LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "distinguish value type of other struct"
homepage = "https://github.com/walf443/kubetsu"
readme = "README.md"
license = "MIT"
repository = "https://github.com/walf443/kubetsu.git"
resolver = "2"
[lib]
name = "kubetsu"
path = "src/lib.rs"