murrelet_livecode_macros 0.1.2

livecode macros for murrelet, a livecode framework
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"
name = "murrelet_livecode_macros"
version = "0.1.2"
authors = ["Jessica Stringham <jessica@thisxorthat.art>"]
build = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "livecode macros for murrelet, a livecode framework"
readme = false
license = "AGPL-3.0-or-later"
repository = "https://github.com/jessstringham/murrelet.git"

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

[dependencies.murrelet_livecode]
version = "0.1.2"
default-features = false

[dependencies.murrelet_livecode_derive]
version = "0.1.2"
default-features = false

[features]
schemars = [
    "murrelet_livecode/schemars",
    "murrelet_livecode_derive/schemars",
]