eure-cli 0.1.6

Command-line tool for Eure format conversion and validation
# 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 = "eure-cli"
version = "0.1.6"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line tool for Eure format conversion and validation"
homepage = "https://eure.dev"
readme = "README.md"
keywords = [
    "cli",
    "conversion",
    "eure",
    "validation",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Hihaheho/eure"
resolver = "2"

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

[dependencies.ahash]
version = "0.8.11"
default-features = false

[dependencies.anyhow]
version = "1"

[dependencies.automod]
version = "1"

[dependencies.catppuccin]
version = "2.6.0"
features = [
    "css-colors",
    "css-colors",
]

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

[dependencies.eure]
version = "0.1.5"
features = [
    "http",
    "native",
]

[dependencies.eure-document]
version = "0.1.5"

[dependencies.eure-env]
version = "0.1.5"
features = [
    "all",
    "native",
]

[dependencies.eure-fmt]
version = "0.1.5"
features = ["unformat"]

[dependencies.eure-json]
version = "0.1.5"

[dependencies.eure-mark]
version = "0.1.5"

[dependencies.eure-parol]
version = "0.1.5"

[dependencies.eure-schema]
version = "0.1.5"

[dependencies.eure-toml]
version = "0.1.5"

[dependencies.eure-tree]
version = "0.1.5"

[dependencies.eure-yaml]
version = "0.1.5"

[dependencies.glob]
version = "0.3"

[dependencies.maud]
version = "0.27.0"

[dependencies.nu-ansi-term]
version = "0.50"

[dependencies.petgraph]
version = "0.8.1"

[dependencies.serde_json]
version = "1"

[dependencies.toml]
version = "0.9"

[dependencies.url]
version = "2"