text-editor/Cargo.lock

87 lines
2.3 KiB
Plaintext
Raw Permalink Normal View History

2022-08-07 16:24:32 +05:30
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
2022-08-07 16:27:07 +05:30
[[package]]
name = "anyhow"
version = "1.0.86"
2022-08-07 16:27:07 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da"
2022-08-07 16:27:07 +05:30
[[package]]
name = "bitflags"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
[[package]]
name = "bitflags"
2024-03-19 07:57:42 +05:30
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-19 07:57:42 +05:30
checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1"
[[package]]
name = "libc"
2024-05-17 08:34:06 +05:30
version = "0.2.153"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-17 08:34:06 +05:30
checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd"
[[package]]
name = "libredox"
version = "0.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3af92c55d7d839293953fcd0fda5ecfe93297cfde6ffbdec13b41d99c0ba6607"
dependencies = [
2024-03-19 07:57:42 +05:30
"bitflags 2.5.0",
"libc",
"redox_syscall",
]
[[package]]
name = "numtoa"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8f8bdf33df195859076e54ab11ee78a1b208382d3a26ec40d142ffc1ecc49ef"
[[package]]
name = "redox_syscall"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
dependencies = [
"bitflags 1.3.2",
]
[[package]]
name = "redox_termios"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "20145670ba436b55d91fc92d25e71160fbfbdd57831631c8d7d36377a476f1cb"
[[package]]
name = "termion"
version = "4.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7af3fa9183465b9af93355585a6b1e24cc2ff25938b52aa6956f647b6490257a"
dependencies = [
"libc",
"libredox",
"numtoa",
"redox_termios",
]
2022-08-07 16:24:32 +05:30
[[package]]
name = "text-editor"
version = "0.1.0"
2022-08-07 16:27:07 +05:30
dependencies = [
"anyhow",
"termion",
"unicode-segmentation",
2022-08-07 16:27:07 +05:30
]
[[package]]
name = "unicode-segmentation"
version = "1.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202"