suiko 0.3.2

Deterministic diagnostics for natural and readable Japanese writing
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.97"
name = "suiko"
version = "0.3.2"
build = "build.rs"
include = [
    "/src/**",
    "/build.rs",
    "/Cargo.toml",
    "/README.md",
    "/LICENSE",
    "/THIRD_PARTY_NOTICES.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
default-run = "suiko"
description = "Deterministic diagnostics for natural and readable Japanese writing"
homepage = "https://crates.io/crates/suiko"
readme = "README.md"
keywords = [
    "japanese",
    "lint",
    "writing",
    "cli",
    "markdown",
]
categories = [
    "command-line-utilities",
    "text-processing",
]
license = "MIT"
repository = "https://github.com/nwiizo/suiko"

[features]
default = []
evaluation = ["dep:sha2"]

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

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

[[bin]]
name = "suiko-eval"
path = "src/bin/suiko-eval.rs"
required-features = ["evaluation"]

[dependencies.clap]
version = "4.5"
features = ["derive"]

[dependencies.regex]
version = "1"

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.11"
optional = true

[dependencies.sudachi]
version = "0.6.11"
package = "suiko-sudachi"

[dependencies.thiserror]
version = "2"

[dependencies.toml]
version = "1.1"

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

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

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

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

[build-dependencies.sha2]
version = "0.11"

[build-dependencies.ureq]
version = "2"

[build-dependencies.zip]
version = "2"
features = ["deflate"]
default-features = false

[profile.release]
strip = true