camel 1.0.3

Supports bidirectional conversion of variable strings between common naming formats.
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 = "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"