ts_elixir 0.2.0

rustler-based elixir bindings for tailscale
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"
rust-version = "1.91.0"
name = "ts_elixir"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "rustler-based elixir bindings for tailscale"
readme = "README.md"
keywords = [
    "tailscale",
    "elixir",
    "bindings",
]
categories = [
    "api-bindings",
    "network-programming",
]
license = "BSD-3-Clause"
repository = "https://github.com/tailscale"

[lib]
name = "ts_elixir"
crate-type = ["cdylib"]
path = "src/lib.rs"

[dependencies.rustler]
version = "0.37.2"

[dependencies.tailscale]
version = "0.2.0"

[dependencies.tokio]
version = "1.52"
features = ["full"]

[dependencies.tracing]
version = "0.1"