# 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 = "2021" rust-version = "1.81.0" name = "rsvim" version = "0.1.1-alpha.8" authors = ["Lin Rongbin "] build = "build.rs" exclude = [".DS_Store"] autobins = false autoexamples = false autotests = false autobenches = false description = "The command line(s) for the RSVIM editor." homepage = "https://rsvim.github.io/" documentation = "https://rsvim.github.io/" readme = "README.md" keywords = [ "vim", "neovim", "text-editor", "editor", "terminal", ] categories = ["text-editors"] license = "Vim OR Apache-2.0" repository = "https://github.com/rsvim/rsvim" [[bin]] name = "rsvim" path = "src/bin/rsvim.rs" [dependencies.clap] version = "4.5.19" features = [ "derive", "unicode", "derive", "unicode", ] [dependencies.once_cell] version = "1.20.2" features = [ "parking_lot", "parking_lot", ] [dependencies.rsvim_core] version = "0.1.1-alpha.8" [dependencies.tokio] version = "1" features = [ "full", "full", ] [dependencies.toml] version = "0.8.19" [dependencies.tracing] version = "0.1" [dependencies.tracing-appender] version = "0.2" features = [ "parking_lot", "parking_lot", ] [dependencies.tracing-subscriber] version = "0.3" features = [ "env-filter", "parking_lot", "env-filter", "parking_lot", ] [dependencies.zstd] version = "0.13.2" [build-dependencies.parking_lot] version = "0.12.3" [build-dependencies.rsvim_core] version = "0.1.1-alpha.8" [build-dependencies.tokio] version = "1" features = [ "full", "full", ] [build-dependencies.v8] version = "=0.106.0" [build-dependencies.zstd] version = "0.13.2"