alma 0.1.0

A Bevy-native modal text editor with Vim-style navigation.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
rust-version = "1.85"
name = "alma"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Bevy-native modal text editor with Vim-style navigation."
documentation = "https://docs.rs/alma"
readme = "README.md"
keywords = [
    "bevy",
    "vim",
    "modal",
]
categories = [
    "artificial-intelligence",
    "development-tools",
    "text-editors",
    "filesystem",
    "gui",
]
license = "AGPL-3.0-only"
repository = "https://github.com/almanaculum/alma"

[features]
dev = [
    "bevy/dynamic_linking",
    "bevy/file_watcher",
]

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

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

[[test]]
name = "vim_golden"
path = "tests/vim_golden.rs"

[dependencies.bevy]
version = "0.18.1"

[dependencies.haalka]
version = "0.7.1"

[dependencies.rustix]
version = "1.1.4"
features = ["fs"]

[dev-dependencies.proptest]
version = "1.11.0"