ricecoder-ide 0.1.71

IDE integration for RiceCoder with support for VS Code, vim, neovim, and emacs
Documentation
[dependencies.anyhow]
version = "1.0"

[dependencies.async-trait]
version = "0.1"

[dependencies.jsonschema]
version = "0.18"

[dependencies.ricecoder-completion]
version = "0.1"

[dependencies.ricecoder-external-lsp]
version = "0.1"

[dependencies.ricecoder-storage]
version = "0.1"

[dependencies.ricecoder-tui]
version = "0.1"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
features = ["full"]
version = "1.0"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"

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

[dev-dependencies.tempfile]
version = "3.8"

[dev-dependencies.tokio-test]
version = "0.4"

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

[package]
authors = ["RiceCoder Contributors"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "IDE integration for RiceCoder with support for VS Code, vim, neovim, and emacs"
documentation = "https://github.com/moabualruz/ricecoder/wiki"
edition = "2021"
homepage = "https://github.com/moabualruz/ricecoder"
license = "MIT"
name = "ricecoder-ide"
readme = "README.md"
repository = "https://github.com/moabualruz/ricecoder"
version = "0.1.71"

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

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

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

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

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

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

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

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