msedit 1.2.1

Microsoft Edit. This is the unmodified source code for the Windows 11 25H2 version.
Documentation
[[bench]]
harness = false
name = "lib"
path = "benches/lib.rs"

[[bin]]
name = "edit"
path = "src/bin/edit/main.rs"

[dependencies]

[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.6"

[dev-dependencies.serde]
features = ["derive"]
version = "1.0"

[dev-dependencies.serde_json]
version = "1.0"

[dev-dependencies.zstd]
default-features = false
version = "0.13"

[features]
debug-latency = []

[lib]
name = "edit"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["text-editors"]
description = "Microsoft Edit. This is the unmodified source code for the Windows 11 25H2 version."
edition = "2024"
homepage = "https://github.com/microsoft/edit"
license = "MIT"
name = "msedit"
readme = "README.md"
repository = "https://github.com/microsoft/edit"
rust-version = "1.87"
version = "1.2.1"

[profile.bench]
codegen-units = 16
lto = "thin"

[profile.release]
codegen-units = 1
debug = 2
incremental = true
lto = true
opt-level = "s"
panic = "abort"
split-debuginfo = "packed"
strip = "symbols"

[target."cfg(unix)".dependencies.libc]
version = "0.2"

[target."cfg(windows)".build-dependencies.winresource]
version = "0.1.22"

[target."cfg(windows)".dependencies.windows-sys]
features = ["Win32_Globalization", "Win32_Security", "Win32_Storage_FileSystem", "Win32_System_Console", "Win32_System_Diagnostics_Debug", "Win32_System_IO", "Win32_System_LibraryLoader", "Win32_System_Memory", "Win32_System_Threading"]
version = "0.59"