sley-object 0.11.0

Git's object model for the sley engine: commits, trees, tags, and the loose-object framing they share.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "sley-config"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "078f4a6ea15ab6cbb07becad05b48450164b3b4dda89fc472340c728845e8a1b"
dependencies = [
 "sley-core",
 "sley-pathspec",
]

[[package]]
name = "sley-core"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9975137fc3a70c5f2f48bd1aa54a69e3c3f8ab8afeab6b6adb962dc3c15e6c85"
dependencies = [
 "unicode-normalization",
]

[[package]]
name = "sley-object"
version = "0.11.0"
dependencies = [
 "sley-config",
 "sley-core",
]

[[package]]
name = "sley-pathspec"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c01ba1081f54a33eca46bff4902c4eec74c0915de129723b33a14f586fc77aaf"
dependencies = [
 "sley-core",
]

[[package]]
name = "tinyvec"
version = "1.13.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd3ca314f692efd6c868f8408f53fe444634a845f96c028b97d35f6a1f79f0ee"

[[package]]
name = "unicode-normalization"
version = "0.1.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5fd4f6878c9cb28d874b009da9e8d183b5abc80117c40bbd187a1fde336be6e8"
dependencies = [
 "tinyvec",
]