ranvier-std 0.22.0

Standard Module Library for Ranvier
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.93.0"
name = "ranvier-std"
version = "0.22.0"
authors = ["CELLAXON Inc."]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Standard Module Library for Ranvier"
homepage = "https://ranvier.studio"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/ranvier-rs/ranvier"
resolver = "2"

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

[dependencies.anyhow]
version = "1.0"

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

[dependencies.num-traits]
version = "0.2"

[dependencies.rand]
version = "0.8"

[dependencies.ranvier-core]
version = "0.22.0"

[dependencies.schemars]
version = "1.2.0"

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

[dependencies.serde_json]
version = "1.0.149"

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

[dependencies.tracing]
version = "0.1.44"

[dev-dependencies.ranvier-runtime]
version = "0.22.0"

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

[lints.clippy]
collapsible_if = "allow"
large_enum_variant = "allow"
result_large_err = "allow"
should_implement_trait = "allow"
too_many_arguments = "allow"
type_complexity = "allow"