metacat-cli 0.2.0

metacat: a categorical theorem prover
# 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 = "metacat-cli"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "metacat: a categorical theorem prover"
documentation = "https://docs.rs/metacat"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/statusfailed/metacat"
resolver = "2"

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

[dependencies.anyhow]
version = "1.0.100"

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

[dependencies.colored]
version = "3.0.0"

[dependencies.env_logger]
version = "0.11.8"

[dependencies.hexpr]
version = "0.2.2"

[dependencies.log]
version = "0.4.29"

[dependencies.metacat]
version = "0.2.0"

[dependencies.open-hypergraphs]
version = "0.3.0"

[dependencies.open-hypergraphs-dot]
version = "0.2.4"
features = ["svg"]

[dependencies.thiserror]
version = "2.0.17"