crbrs-lib 0.1.1

A cross-platform command-line toolchain and LSP for Campbell Scientific CRBasic dataloggers.
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 = "2021"
name = "crbrs-lib"
version = "0.1.1"
authors = ["Riley Leff <rileyleff@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A cross-platform command-line toolchain and LSP for Campbell Scientific CRBasic dataloggers."
homepage = "https://github.com/RileyLeff/crbrs"
readme = "README.md"
keywords = [
    "scientific",
    "data-logger",
    "crbasic",
    "campbell",
    "environmental",
]
categories = [
    "command-line-interface",
    "development-tools",
    "parsing",
    "science",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/RileyLeff/crbrs.git"

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

[dependencies.config]
version = "0.14"
features = [
    "toml",
    "toml",
]

[dependencies.directories]
version = "6.0"

[dependencies.log]
version = "0.4"

[dependencies.regex]
version = "1.10"

[dependencies.reqwest]
version = "0.12"
features = [
    "blocking",
    "json",
    "blocking",
    "json",
]

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

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "2.0"

[dependencies.toml]
version = "0.8"

[dependencies.zip]
version = "3.0"