reovim-driver-command 0.14.4

Command driver for reovim (command execution framework)
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"
name = "reovim-driver-command"
version = "0.14.4"
authors = ["ds1sqe(dukim) <ds1sqe@mensakorea.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command driver for reovim (command execution framework)"
readme = false
keywords = [
    "vim",
    "vi",
    "neovim",
    "editor",
    "terminal",
]
categories = [
    "text-editors",
    "command-line-utilities",
]
license = "AGPL-3.0-only"
repository = "https://github.com/ds1sqe/reovim"
resolver = "2"

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

[dependencies.reovim-driver-command-types]
version = "0.14.4"

[dependencies.reovim-driver-session]
version = "0.14.4"

[dependencies.reovim-driver-vfs]
version = "0.14.4"

[dependencies.reovim-kernel]
version = "0.14.4"

[lints.clippy.all]
level = "deny"
priority = -1

[lints.clippy.nursery]
level = "deny"
priority = -1

[lints.clippy.pedantic]
level = "deny"
priority = -1

[lints.rust]
unsafe_code = "warn"
warnings = "deny"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(coverage_nightly)"]