# 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 = "casbab" version = "0.1.1" authors = ["Janos Guljas "] description = "A Rust client library for converting representation style of compound words or phrases." readme = "README.md" keywords = [ "camel", "snake", "kebab", "pascal", ] license = "BSD-3-Clause" repository = "https://github.com/janos/casbab-rs" [lib] name = "casbab" [[bin]] name = "casbab" required-features = ["build-binary"] [[bench]] name = "benchmark" harness = false [dependencies.atty] version = "0.2.14" optional = true [dependencies.clap] version = "4.4.13" optional = true [dev-dependencies.criterion] version = "0.5.1" [features] build-binary = [ "atty", "clap", ]