# 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 = "tomlyre-cli"
version = "0.0.1-beta.1"
authors = ["Moe <m@tmoe.me>"]
description = "This CLI utility facilitates effortless manipulation and exploration of TOML, YAML, JSON and RON files."
readme = "Readme.md"
categories = ["command-line-interface"]
license = "Apache-2.0"
repository = "https://github.com/2moe/tomlyre"

[package.metadata.deb]
depends = ""
name = "tomlyre"
revision = "1"

[[bin]]
name = "tomlyre"
path = "src/main.rs"
doc = false

[dependencies.anyhow]
version = "1.0.70"

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

[dependencies.clap_complete]
version = "4.2.1"

[dependencies.env_logger]
version = "0.10.0"
features = ["regex"]
default-features = false

[dependencies.getset]
version = "0.1.2"

[dependencies.glossa]
version = "0.0.1-alpha.9"

[dependencies.log]
version = "0.4.17"

[dependencies.owo-colors]
version = "3.5.0"

[dependencies.paste]
version = "1.0.12"

[dependencies.phf]
version = "0.11.1"

[dependencies.thiserror]
version = "1.0.40"

[dependencies.time]
version = "0.3.20"
features = ["local-offset"]
default-features = false

[dependencies.tomlyre]
version = "0.0.1-beta.1"
default-features = false

[dev-dependencies]

[build-dependencies.glossa-codegen]
version = "0.0.1-alpha.4"
features = [
    "toml",
    "yaml",
    "highlight",
]
default-features = false

[features]
bson = ["tomlyre/bson"]
default = [
    "json",
    "yaml",
    "ron",
    "json5",
    "lexpr",
]
json = ["tomlyre/json"]
json5 = ["tomlyre/json5"]
lexpr = ["tomlyre/lexpr"]
ron = ["tomlyre/ron"]
xml = ["tomlyre/xml"]
yaml = ["tomlyre/yaml"]