[dependencies.anyhow]
version = "1.0"
[dependencies.chardetng]
version = "0.1"
[dependencies.clap]
features = ["derive"]
version = "3.1"
[dev-dependencies.cargo-release]
version = "0.20"
[features]
multithreading = ["chardetng/multithreading"]
[package]
authors = ["Chris Barnes <chrislloydbarnes@gmail.com>"]
categories = ["command-line-interface", "text-processing", "encoding"]
description = "Command line tool for detecting file encodings"
edition = "2021"
keywords = ["text", "encoding"]
license-file = "LICENSE"
name = "detchar"
readme = "README.md"
repository = "https://github.com/clbarnes/detchar"
resolver = "2"
version = "0.1.0"