[package]
edition = "2024"
rust-version = "1.85.0"
name = "camel"
version = "1.0.3"
authors = ["YONGQI <betterhyq@qq.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Supports bidirectional conversion of variable strings between common naming formats."
homepage = "https://github.com/un-rust/camel"
documentation = "https://docs.rs/camel"
readme = "README.md"
keywords = []
categories = ["development-tools"]
license = "Apache-2.0"
repository = "https://github.com/un-rust/camel"
[lib]
name = "camel"
path = "src/lib.rs"
[[bin]]
name = "camel"
path = "src/main.rs"
[[test]]
name = "integration_test"
path = "tests/integration_test.rs"
[dependencies.urlogger]
version = "1.0.0"