[dependencies]
[dev-dependencies.aok]
version = "0.1.18"
[dev-dependencies.log]
version = "0.4.28"
[dev-dependencies.log_init]
version = "0.1.28"
[dev-dependencies.static_init]
version = "1.0.4"
[features]
default = []
[lib]
name = "ipbin"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Seamless IP Address to Binary Conversion / IP地址到二进制的无缝转换"
edition = "2024"
homepage = "https://github.com/js0-site/rust/tree/main/ipbin"
keywords = ["ip", "binary", "bytes", "conversion", "network"]
license = "MulanPSL-2.0"
name = "ipbin"
readme = "README.md"
repository = "https://github.com/js0-site/rust.git"
resolver = "2"
version = "0.1.1"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
[[test]]
name = "main"
path = "tests/main.rs"