motto 0.4.3

Compiler-as-a-Service: Turn Rust schema.rs into multi-platform SDK toolkits
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 = "motto"
version = "0.4.3"
authors = ["bowber <baolam.9a9@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Compiler-as-a-Service: Turn Rust schema.rs into multi-platform SDK toolkits"
readme = "README.md"
keywords = [
    "codegen",
    "sdk",
    "wasm",
    "serialization",
    "bitcode",
]
categories = [
    "development-tools",
    "compilers",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/bowber/motto"

[features]
all-emitters = [
    "emitter-typescript",
    "emitter-swift",
    "emitter-kotlin",
    "emitter-unity",
]
default = ["all-emitters"]
emitter-kotlin = []
emitter-swift = []
emitter-typescript = []
emitter-unity = []
ffi-transport = []
webtransport = ["dep:wtransport"]

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

[[bin]]
name = "motto"
path = "src/bin/cli.rs"

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

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

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

[dependencies.anyhow]
version = "1"

[dependencies.bitcode]
version = "0.6"

[dependencies.bson]
version = "2"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

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

[dependencies.futures-util]
version = "0.3"

[dependencies.heck]
version = "0.5"

[dependencies.hex]
version = "0.4"

[dependencies.notify]
version = "7"

[dependencies.quote]
version = "1"

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.syn]
version = "2"
features = [
    "full",
    "parsing",
    "visit",
    "extra-traits",
]

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.tokio-tungstenite]
version = "0.26"
features = ["native-tls"]

[dependencies.toml]
version = "0.8"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

[dependencies.url]
version = "2"

[dependencies.wtransport]
version = "0.7"
optional = true

[dependencies.zstd]
version = "0.13"

[dev-dependencies.assert_cmd]
version = "2"

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

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

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