mynd 0.5.0

Security-first, resource-bounded no_std image codecs and processing.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "mynd"
version = "0.5.0"
dependencies = [
 "mynd-core",
 "mynd-math",
]

[[package]]
name = "mynd-core"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e999c4902314da3ae04c3250f808b2bafefcedf808a30f12f04dfe709d523f7a"
dependencies = [
 "mynd-math",
]

[[package]]
name = "mynd-math"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e4ce191139421969d39d542a85d719c3b633edb4ecb8474fcd48738de2fda3b5"