capns 0.127.36589

Core cap URN and definition system for FGND plugins
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"
name = "capns"
version = "0.127.36589"
authors = ["FileGrind"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core cap URN and definition system for FGND plugins"
readme = "README.md"
license = "MIT"

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

[[example]]
name = "debug_registry"
path = "examples/debug_registry.rs"

[[example]]
name = "registry_usage"
path = "examples/registry_usage.rs"

[[example]]
name = "test_registry_cap"
path = "examples/test_registry_cap.rs"

[[example]]
name = "test_specific_cap"
path = "examples/test_specific_cap.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.dirs]
version = "5.0"

[dependencies.include_dir]
version = "0.7"

[dependencies.jsonschema]
version = "0.17"

[dependencies.regex]
version = "1.0"

[dependencies.reqwest]
version = "0.12"
features = ["json"]

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"

[dependencies.tagged-urn]
version = "0.12.3794"

[dependencies.thiserror]
version = "1.0"

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

[dependencies.urlencoding]
version = "2.1"

[dev-dependencies.tempfile]
version = "3.10"