simpleml_macro 3.0.0

A macro for placing SimpleML content directly into Rust source code.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "simpleml"
version = "3.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7cc69df4c7b8f1d979cfa565dc3793c4707c6577510d38800b481324f26500c9"
dependencies = [
 "tree_iterators_rs",
 "whitespacesv",
]

[[package]]
name = "simpleml_macro"
version = "3.0.0"
dependencies = [
 "simpleml",
 "tree_iterators_rs",
]

[[package]]
name = "streaming-iterator"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"

[[package]]
name = "tree_iterators_rs"
version = "3.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "907fa04de30ffc19861c71c279228363db0d1a5e53cb8d6e2bf59f972257b1c5"
dependencies = [
 "streaming-iterator",
]

[[package]]
name = "whitespacesv"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f247f84ab85ed191183badb78209b6ea3fb7ef35af2347a08f243200401be11f"