fastbreak 0.5.0

A formal methods-inspired specification language combining Alloy, TLA+, Cucumber, and Design by Contract
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 = "2021"
rust-version = "1.70"
name = "fastbreak"
version = "0.5.0"
authors = ["Ryan O'Neill"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A formal methods-inspired specification language combining Alloy, TLA+, Cucumber, and Design by Contract"
homepage = "https://github.com/ryanoneill/fastbreak"
readme = "README.md"
keywords = [
    "specification",
    "formal-methods",
    "documentation",
    "dsl",
    "verification",
]
categories = [
    "development-tools",
    "command-line-utilities",
]
license = "MIT"
repository = "https://github.com/ryanoneill/fastbreak"

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

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

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

[dependencies.indexmap]
version = "2"
features = ["serde"]

[dependencies.logos]
version = "0.15"

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

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

[dependencies.smol_str]
version = "0.3"

[dependencies.thiserror]
version = "2"

[dependencies.toml]
version = "0.8"

[dev-dependencies.insta]
version = "1"
features = ["yaml"]

[dev-dependencies.pretty_assertions]
version = "1"

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

[profile.release]
lto = true
codegen-units = 1