midas-lex 0.0.1

Launcher for Midas Lex CLI: coding agent guidance to formally verify Rust software
# 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 = "midas-lex"
version = "0.0.1"
build = false
include = [
    "Cargo.lock",
    "Cargo.toml",
    "LICENSES/**",
    "README.md",
    "docs/**",
    "release-notes/**",
    "src/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Launcher for Midas Lex CLI: coding agent guidance to formally verify Rust software"
readme = "README.md"
license = "MPL-2.0"
repository = "https://github.com/MidasAl/midas-lex"

[[bin]]
name = "midas-lex"
path = "src/main.rs"

[dependencies.env_logger]
version = "0.11"

[dependencies.log]
version = "0.4"

[dependencies.semver]
version = "1.0.28"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.11.0"

[dependencies.ureq]
version = "3.3.0"

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

[target."cfg(unix)".dependencies.libc]
version = "0.2.186"