flower-core 0.4.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.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3fd7354f2adee6aaac1510aef0b6bfcb710bdfc08eb39af74ebfa009b8684f75"
dependencies = [
 "fig-sys",
]

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

[[package]]
name = "fig-sys"
version = "3.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "083869cc5ef3cdbb4e884fcaac210496cd58c935695bbaeecd14eef4e8c09397"
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.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fe24e59e27a43cc0268ca2060756f35c402126135e693ca6d49081f77867ee4a"

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

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

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

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

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