orrery-cli 0.4.1

Command-line interface for the Orrery diagram language
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.88"
name = "orrery-cli"
version = "0.4.1"
authors = ["Foad Nosrati Habibi"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line interface for the Orrery diagram language"
homepage = "https://orreryworks.github.io/"
documentation = "https://docs.rs/orrery"
readme = "README.md"
keywords = [
    "diagram",
    "uml",
    "visualization",
    "cli",
    "architecture",
]
categories = [
    "command-line-utilities",
    "visualization",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/orreryworks/orrery"

[features]
default = ["graphviz"]
graphviz = [
    "orrery/graphviz",
    "orrery-parser/graphviz",
]

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

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

[[test]]
name = "e2e_smoke_test"
path = "tests/e2e_smoke_test.rs"

[dependencies.bumpalo]
version = "3.20.3"

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

[dependencies.directories]
version = "6.0.0"

[dependencies.env_logger]
version = "0.11.10"
features = ["kv"]

[dependencies.log]
version = "0.4.31"
features = [
    "kv",
    "kv_std",
]

[dependencies.miette]
version = "7.6.0"
features = ["fancy"]

[dependencies.orrery]
version = "0.4.1"

[dependencies.orrery-parser]
version = "0.4.1"

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

[dependencies.thiserror]
version = "2.0.18"

[dependencies.toml]
version = "1.1.2"

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