typr 0.4.18

A superset of the legendary R
# 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"
name = "typr"
version = "0.4.18"
authors = ["Fabrice Hategekimana <fab.hatege15@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A superset of the legendary R"
readme = "README.md"
keywords = [
    "R",
    "type-checker",
    "language",
    "transpiler",
]
license = "Apache-2.0"
repository = "https://github.com/fabriceHategekimana/typr"

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

[dependencies.anyhow]
version = "1.0.100"

[dependencies.bincode]
version = "1.3"

[dependencies.clap]
version = "4.5"
features = ["derive"]

[dependencies.extendr-api]
version = "0.8.1"

[dependencies.miette]
version = "7.6.0"
features = ["fancy"]

[dependencies.nom]
version = "8.0.0"

[dependencies.nom_locate]
version = "5.0.0"

[dependencies.rpds]
version = "1.1.1"

[dependencies.rustyline]
version = "17.0.2"

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

[dependencies.serde_json]
version = "1.0.133"

[dependencies.syntect]
version = "5.3.0"

[dependencies.thiserror]
version = "2.0.12"

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

[dependencies.tower-lsp]
version = "0.20"