lspi-core 0.2.0

Core utilities for lspi (config, snippet, text edits, hashing).
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 = "lspi-core"
version = "0.2.0"
authors = ["Mingzhen Zhuang <superfrankie621@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core utilities for lspi (config, snippet, text edits, hashing)."
homepage = "https://github.com/Latias94/lspi"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/Latias94/lspi"
resolver = "2"

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

[dependencies.anyhow]
version = "1.0"

[dependencies.hex]
version = "0.4"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"

[dependencies.toml]
version = "0.8"