seq-compiler 2.2.0

Compiler for the Seq programming 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"
name = "seq-compiler"
version = "2.2.0"
authors = ["Ed Sweeney <ed@onextent.com>"]
build = "build.rs"
include = [
    "src/**/*",
    "stdlib/**/*",
    "ffi/**/*",
    "build.rs",
    "Cargo.toml",
    "README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Compiler for the Seq programming language"
readme = "README.md"
keywords = [
    "compiler",
    "language",
    "seq",
]
categories = [
    "compilers",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/navicore/patch-seq"
resolver = "2"

[package.metadata.docs.rs]
features = ["docsrs"]
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
default = ["seq-runtime"]
docsrs = []

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

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

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

[dependencies.clap_complete]
version = "4.5"

[dependencies.hex]
version = "0.4"

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

[dependencies.sha2]
version = "0.10"

[dependencies.toml]
version = "0.8"

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

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

[build-dependencies.seq-runtime]
version = "=2.2.0"
optional = true

[build-dependencies.toml]
version = "0.8"