boxferry-compose 0.7.1

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.7.1"
dependencies = [
 "boxferry-engine",
 "boxferry-model",
 "compose-lens",
]

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

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

[[package]]
name = "compose-lens"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "97c3993ef3cf441e105bb770d072317a61ff9349e422f6af2007718c443eba79"
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",
]