ariel-rs-cli 0.1.0

Fast Mermaid diagram CLI — arielc is a drop-in replacement for mmdc
# 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 = "ariel-rs-cli"
version = "0.1.0"
authors = ["Rochanglien Infimate"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Fast Mermaid diagram CLI — arielc is a drop-in replacement for mmdc"
homepage = "https://github.com/rinfimate/ariel-rs-cli"
documentation = "https://docs.rs/ariel-rs-cli"
readme = "README.md"
keywords = [
    "mermaid",
    "diagram",
    "svg",
    "cli",
    "mmdc",
]
categories = [
    "command-line-utilities",
    "visualization",
]
license = "MIT"
repository = "https://github.com/rinfimate/ariel-rs-cli"

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

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

[dependencies.ariel-rs]
version = "0.1.0"

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

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

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

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