neco-editor 0.1.0

Umbrella crate for editor runtime primitives with a unified text buffer
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "neco-decor"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b45529cde0e5d13b2f0fd59dca79074c932419b61d5454689ec8786d9903227"
dependencies = [
 "neco-textview",
]

[[package]]
name = "neco-diffcore"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8668e5a8ba69aa4cc0c26ffaf24d802abb22dfafc17de561838e1e4d4778540c"
dependencies = [
 "neco-textpatch",
]

[[package]]
name = "neco-editor"
version = "0.1.0"
dependencies = [
 "neco-decor",
 "neco-diffcore",
 "neco-filetree",
 "neco-history",
 "neco-pathrel",
 "neco-textpatch",
 "neco-textview",
 "neco-tree",
 "neco-watchnorm",
 "neco-wrap",
]

[[package]]
name = "neco-filetree"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4df23033d8c62efbc1b7b3c5441b900ee981309509978325fd88c5054d6380ce"
dependencies = [
 "neco-pathrel",
]

[[package]]
name = "neco-history"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "345a4bf50a848d29b348ee84c06638ae8145b3ebae5cb36e962fb68c7594897a"
dependencies = [
 "neco-textpatch",
 "neco-tree",
]

[[package]]
name = "neco-pathrel"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1bcb2f68e7fdd18d07d05287186632ba6b1650a574d2b90a31a30eeca42c2163"

[[package]]
name = "neco-textpatch"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c36f3b9c9b0290c25718398ee08619831b6e9f4264124b30ca3e2e8bdbbe9eb4"

[[package]]
name = "neco-textview"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f08ebda89a719b0cda2f6c375133563e6ba9d7ce93334e0c3041f16c44d69c8c"

[[package]]
name = "neco-tree"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "39dc386aadb6884e1959e3c352989ac458a775578110f53432e38f8f283d4876"

[[package]]
name = "neco-watchnorm"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6f0fc8caa49ca7d78c2802ddc64b0ee9e0aca42fb167f6e7ccc8326521ce4d21"

[[package]]
name = "neco-wrap"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3bdce6d54db53839844a704bf8558dbca0033f030b60144b114f76c919ca85fb"