lisette-format 0.2.12

Little language inspired by Rust that compiles to Go
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "ecow"
version = "0.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95ae21feaa658771b8ee682352392269794e5e7670caf3b9586fa9d743715498"

[[package]]
name = "lisette-format"
version = "0.2.12"
dependencies = [
 "lisette-syntax",
 "unicode-segmentation",
]

[[package]]
name = "lisette-syntax"
version = "0.2.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "46c04488f126f2e44cf12024731f556f76959ad826e3c2122ec578313d826e19"
dependencies = [
 "ecow",
 "rustc-hash",
]

[[package]]
name = "rustc-hash"
version = "2.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"

[[package]]
name = "unicode-segmentation"
version = "1.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"