loess-rust 0.1.0+0.2

Loess-based Rust grammar (as needed).
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "loess"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "721f03e41e264aabe443da0313212f1384ff3b1da4ca8130150be8f5359a0861"
dependencies = [
 "proc-macro2",
]

[[package]]
name = "loess-rust"
version = "0.1.0+0.2"
dependencies = [
 "loess",
 "proc-macro2",
]

[[package]]
name = "proc-macro2"
version = "1.0.95"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
dependencies = [
 "unicode-ident",
]

[[package]]
name = "unicode-ident"
version = "1.0.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"