graphix-package-str 0.5.0

A dataflow language for UIs and network programming, string package
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 = "graphix-package-str"
version = "0.5.0"
authors = ["Eric Stokes <letaris@gmail.com>"]
build = false
exclude = ["../../book"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A dataflow language for UIs and network programming, string package"
homepage = "https://graphix-lang.github.io/graphix"
documentation = "https://docs.rs/graphix-package-str"
readme = "README.md"
categories = [
    "network-programming",
    "compilers",
    "gui",
]
license = "MIT"
repository = "https://github.com/graphix-lang/graphix"
resolver = "2"

[features]
default = []
krb5_iov = ["netidx/krb5_iov"]

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

[dependencies.anyhow]
version = "1"

[dependencies.arcstr]
version = "1"
features = ["serde"]

[dependencies.compact_str]
version = "0.9"
features = ["serde"]

[dependencies.escaping]
version = "0.2.2"

[dependencies.fxhash]
version = "0.2"

[dependencies.graphix-compiler]
version = "0.5.0"

[dependencies.graphix-derive]
version = "0.5.0"

[dependencies.graphix-package]
version = "0.5.0"

[dependencies.graphix-package-core]
version = "0.5.0"

[dependencies.graphix-rt]
version = "0.5.0"

[dependencies.netidx]
version = "0.31.0"
default-features = false

[dependencies.netidx-core]
version = "0.31.0"

[dependencies.netidx-value]
version = "0.31.4"

[dependencies.smallvec]
version = "1"
features = [
    "const_generics",
    "union",
]

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "net",
    "time",
    "io-util",
    "fs",
    "sync",
    "process",
    "macros",
    "signal",
    "io-std",
]

[dependencies.triomphe]
version = "0.1"