flower-core 0.1.0

Frontend-neutral structural editing model for config files, over fig.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "anyhow"
version = "1.0.104"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "330a5ed07fa54e4702c9d6c4174f74427fc0ef6e214bbd677ae50a5099946470"

[[package]]
name = "fig"
version = "3.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "65bd60f049f08982794844d6fdf3c0a4d8bbf4515f7c84352013c28f7a117f04"
dependencies = [
 "fig-sys",
]

[[package]]
name = "fig-schema"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd93cd9eb16ad50671cb35b6a5ec6afd2243d41da3dcae9b8a79e0fffa386e32"
dependencies = [
 "fig",
]

[[package]]
name = "fig-sys"
version = "3.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b959a218a0ff149f20232bb7164e89e3bad7b98e307d51bd9e7edd16cd36534"
dependencies = [
 "fig-sys-linux-arm64-gnu",
 "fig-sys-linux-x64-gnu",
 "fig-sys-macos-arm64",
 "fig-sys-wasm32",
 "fig-sys-windows-x64-msvc",
]

[[package]]
name = "fig-sys-linux-arm64-gnu"
version = "3.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e536f700a82312369857e400e0f98c5dc84a88335f9be01c46370b69e528ecb2"

[[package]]
name = "fig-sys-linux-x64-gnu"
version = "3.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93b9b79afb142d3310573ab8412ae1d6e875e521d6cea5b9ff304b3924da4898"

[[package]]
name = "fig-sys-macos-arm64"
version = "3.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "28e332782d090f9e0a8fde061122ad7b78564ac44d8f86eebf287aa37db10b37"

[[package]]
name = "fig-sys-wasm32"
version = "3.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "525d3fd464945a642d13bd0c8713a78561b00b7fbdb87aa0c2700bb065397e45"

[[package]]
name = "fig-sys-windows-x64-msvc"
version = "3.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "641e845368214729aca505585a9f7e84498c0231fe8338a7f07a7ee42f040779"

[[package]]
name = "flower-core"
version = "0.1.0"
dependencies = [
 "anyhow",
 "fig",
 "fig-schema",
]