datex-native 0.0.10

DATEX Native Extensions
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 = "datex-native"
version = "0.0.10"
authors = [
    "Benedikt Strehle <benedikt@unyt.org>",
    "Jonas Strehle <jonas@unyt.org>",
    "Norbert Brzezinski <norbert@unyt.org>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "DATEX Native Extensions"
readme = "README.md"
license-file = "LICENSE"

[features]
default = [
    "http",
    "websocket",
    "serial",
    "tcp",
]
http = [
    "dep:async_tiny",
    "dep:reqwest",
]
serial = ["dep:serialport"]
tcp = []
websocket = [
    "dep:tokio-tungstenite",
    "dep:tungstenite",
]

[lib]
name = "datex_native"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

[dependencies.async_tiny]
version = "0.4.0"
optional = true

[dependencies.datex-core]
version = "0.0.10"
features = [
    "target_native",
    "decompiler",
    "syntax_highlighting_legacy",
    "compiler",
    "allow_unsigned_blocks",
]
default-features = false

[dependencies.ed25519]
version = "2.2.3"
features = ["std"]

[dependencies.flexi_logger]
version = "0.31.2"

[dependencies.futures]
version = "0.3"

[dependencies.futures-util]
version = "0.3"

[dependencies.log]
version = "0.4"
features = ["serde"]

[dependencies.ntest_timeout]
version = "0.9.3"

[dependencies.reqwest]
version = "0.13.1"
optional = true

[dependencies.serde]
version = "1.0.219"

[dependencies.serialport]
version = "4.7.1"
optional = true

[dependencies.tokio]
version = "1.43.0"

[dependencies.tokio-tungstenite]
version = "0.21.0"
features = ["native-tls"]
optional = true

[dependencies.tungstenite]
version = "0.21.0"
optional = true

[dependencies.url]
version = "2.5.7"