asca 0.10.1

A linguistic sound change applier
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 = "asca"
version = "0.10.1"
authors = ["James Girven"]
build = false
include = [
    "src",
    "doc/doc*",
    "README.md",
    "CHANGELOG.md",
    "LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A linguistic sound change applier"
readme = "README.md"
keywords = ["linguistics"]
categories = ["command-line-utilities"]
license = "GPL-3.0-only"
repository = "https://github.com/Girv98/asca-rust"

[package.metadata.wasm-pack.profile.release]
wasm-opt = [
    "--enable-bulk-memory",
    "--enable-nontrapping-float-to-int",
]

[lib]
name = "asca"
crate-type = [
    "cdylib",
    "lib",
]
path = "src/lib.rs"

[[bin]]
name = "asca"
path = "src/main.rs"

[dependencies.clap]
version = "4.5.23"
features = [
    "derive",
    "color",
]

[dependencies.clap-stdin]
version = "0.8.0"

[dependencies.clap_complete]
version = "4.5.40"

[dependencies.colored]
version = "3"

[dependencies.indexmap]
version = "2.10.0"
features = ["serde"]

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.rayon]
version = "1.10.0"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde-wasm-bindgen]
version = "0.6.5"

[dependencies.serde_json]
version = "1.0"

[dependencies.wasm-bindgen]
version = "0.2.95"

[profile.release]
strip = true