boxferry-compose 0.3.0

ComposeLens adapter for the BoxFerry application model
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "boxferry-compose"
version = "0.3.0"
dependencies = [
 "boxferry-engine",
 "boxferry-model",
 "compose-lens",
]

[[package]]
name = "boxferry-engine"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d84914e72d358353d52c165204fb6aca14fc27553d4399f1041b1e95f569075"
dependencies = [
 "boxferry-model",
]

[[package]]
name = "boxferry-model"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "22f706dbd2fad1cb2dd3f1c0083c50a33445916a9b337084764e31f487dfa117"

[[package]]
name = "compose-lens"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba1b4106be1aa0d1eaeafc5561f02a9fe196a0347ae8b83cc20dfc76cb8f4b21"
dependencies = [
 "yaml-edit",
]

[[package]]
name = "countme"
version = "3.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7704b5fdd17b18ae31c4c1da5a2e0305a2bf17b5249300a9ee9ed7b72114c636"

[[package]]
name = "hashbrown"
version = "0.14.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"

[[package]]
name = "rowan"
version = "0.16.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "417a3a9f582e349834051b8a10c8d71ca88da4211e4093528e36b9845f6b5f21"
dependencies = [
 "countme",
 "hashbrown",
 "rustc-hash",
 "text-size",
]

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

[[package]]
name = "text-size"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f18aa187839b2bdb1ad2fa35ead8c4c2976b64e4363c386d45ac0f7ee85c9233"

[[package]]
name = "yaml-edit"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d25d3b32461fbd629221a7356eb48c86ad435356db0bfa93e26e8c1509c1836"
dependencies = [
 "rowan",
]