endbasic-client 0.12.0

The EndBASIC programming language - cloud service client
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 = "endbasic-client"
version = "0.12.0"
authors = ["Julio Merino <jmmv@endbasic.dev>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The EndBASIC programming language - cloud service client"
homepage = "https://www.endbasic.dev/"
readme = "README.md"
keywords = [
    "basic",
    "interpreter",
    "learning",
    "programming",
]
categories = [
    "development-tools",
    "parser-implementations",
]
license = "Apache-2.0"
repository = "https://github.com/endbasic/endbasic"

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

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

[dependencies.base64]
version = "0.21"

[dependencies.bytes]
version = "1.0"

[dependencies.endbasic-core]
version = "0.12.0"

[dependencies.endbasic-std]
version = "0.12.0"

[dependencies.reqwest]
version = "0.11"
features = ["native-tls"]
default-features = false

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

[dependencies.serde_json]
version = "1.0"

[dependencies.time]
version = "0.3"
features = ["std"]

[dependencies.url]
version = "2.2"

[dev-dependencies.rand]
version = "0.8"

[dev-dependencies.serde_test]
version = "1"

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

[lints.clippy]
await_holding_refcell_ref = "allow"
collapsible_else_if = "allow"

[lints.rust]
anonymous_parameters = "warn"
bad_style = "warn"
missing_docs = "warn"
unsafe_code = "warn"
unused = "warn"
unused_extern_crates = "warn"
unused_import_braces = "warn"
unused_qualifications = "warn"