braillify 2.0.0

Rust 기반 크로스플랫폼 한국어 점역 라이브러리
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"
name = "braillify"
version = "2.0.0"
authors = ["JeongMin Oh <owjs39@gmail.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust 기반 크로스플랫폼 한국어 점역 라이브러리"
homepage = "https://braillify.kr"
documentation = "https://braillify.kr"
readme = "README.md"
keywords = [
    "braillify",
    "braille",
    "korean",
    "translation",
]
categories = ["text-processing"]
license = "Apache-2.0"
repository = "https://github.com/dev-five-git/braillify"

[features]
cli = [
    "clap",
    "anyhow",
    "rustyline",
]
default = ["cli"]
wasm = []

[lib]
name = "braillify"
path = "src/lib.rs"

[[bin]]
name = "braillify"
path = "src/main.rs"
required-features = ["cli"]

[dependencies.anyhow]
version = "1"
optional = true

[dependencies.clap]
version = "4"
features = ["derive"]
optional = true

[dependencies.once_cell]
version = "1"

[dependencies.phf]
version = "0.13"
features = ["macros"]

[dependencies.regex]
version = "1"

[dependencies.rustyline]
version = "18"
optional = true

[dependencies.unicode-normalization]
version = "0.1.25"

[dev-dependencies.assert_cmd]
version = "2"

[dev-dependencies.escargot]
version = "0.5.15"

[dev-dependencies.predicates]
version = "3"

[dev-dependencies.proptest]
version = "1.11"

[dev-dependencies.serde_json]
version = "^1"

[target."cfg(windows)".build-dependencies.embed-manifest]
version = "1.5"