geno 0.3.2

A cross-language schema compiler that generates type definitions and serialization code from a simple, declarative schema 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 = "geno"
version = "0.3.2"
authors = ["John Lyon-Smith <john@lyon-smith.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A cross-language schema compiler that generates type definitions and serialization code from a simple, declarative schema language."
readme = "README.md"
keywords = [
    "schema",
    "network",
    "language",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "Unlicense"
repository = "https://github.com/jlyonsmith/geno.git"

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

[[bin]]
name = "geno"
path = "src/bin/geno.rs"

[[bin]]
name = "geno-dart-json"
path = "src/bin/geno_dart_json.rs"

[[bin]]
name = "geno-dart-mp"
path = "src/bin/geno_dart_mp.rs"

[[bin]]
name = "geno-rust-serde"
path = "src/bin/geno_rust_serde.rs"

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

[dependencies.anyhow]
version = "1"

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

[dependencies.duct]
version = "1.1.1"

[dependencies.itertools]
version = "0.14.0"

[dependencies.num-traits]
version = "0.2.19"

[dependencies.pest]
version = "2"

[dependencies.pest_derive]
version = "2"

[dependencies.rmp-serde]
version = "1.3.1"

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

[dependencies.tempfile]
version = "3.25.0"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.which]
version = "8.0.0"