version = 4
[[package]]
name = "boxferry-compose"
version = "0.5.0"
dependencies = [
"boxferry-engine",
"boxferry-model",
"compose-lens",
]
[[package]]
name = "boxferry-engine"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba356d98af99a342a1e15975ec42e22ff710a8aa6af14153e12073c7adbdf5e6"
dependencies = [
"boxferry-model",
]
[[package]]
name = "boxferry-model"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "503beb58d7220a5b7d5423de585eb3dc41cb3cc156d2740259b1ab6e9cc67988"
[[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",
]