doge-runtime 0.3.2

Runtime for the Doge programming language — Value model, operators, builtins, and catchable errors.
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"
rust-version = "1.74"
name = "doge-runtime"
version = "0.3.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Runtime for the Doge programming language — Value model, operators, builtins, and catchable errors."
homepage = "https://github.com/DogeLanguage/doge"
readme = "README.md"
keywords = [
    "doge",
    "language",
    "runtime",
    "scripting",
]
categories = ["compilers"]
license = "Apache-2.0"
repository = "https://github.com/DogeLanguage/doge"

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

[dependencies.bigdecimal]
version = "0.4"

[dependencies.getrandom]
version = "0.2"

[dependencies.hmac]
version = "0.12"

[dependencies.num-bigint]
version = "0.4"

[dependencies.regex]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.subtle]
version = "2"

[dependencies.ureq]
version = "2"
features = ["tls"]
default-features = false