lordeckcodes 0.1.1

Legends of Runeterra deck encoder/decoder
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "bit_utils"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "data-encoding"
version = "2.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "lordeckcodes"
version = "0.1.1"
dependencies = [
 "data-encoding 2.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "varint 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "varint"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "bit_utils 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
]

[metadata]
"checksum bit_utils 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f8114dca45a04a4bdaf03de9976a3131cf954827757f971d84cd431a9f2cc26d"
"checksum data-encoding 2.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f4f47ca1860a761136924ddd2422ba77b2ea54fe8cc75b9040804a0d9d32ad97"
"checksum lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
"checksum varint 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c37be5674e0be9c72790681999b0e6f09f03d3fc5d8904cfe2db615aad65887b"