orbtk-tree 0.3.1-alpha3

Tree structure based on DCES.
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "byteorder"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"

[[package]]
name = "dces"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fa186d9857ada6c99a4f985c7eb10d071fc9c8e9b35b9360dea86d743f4be9d"
dependencies = [
 "fxhash",
]

[[package]]
name = "fxhash"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
dependencies = [
 "byteorder",
]

[[package]]
name = "orbtk-tree"
version = "0.3.1-alpha3"
dependencies = [
 "dces",
]