pterodactyl 0.1.0

A lightweight, scalable API framework that takes your applications to new heights with speed and agility.
Documentation
[[bin]]
name = "pterodactyl"
path = "src/main.rs"

[dependencies.http-body-util]
version = "0.1"

[dependencies.hyper]
features = ["full"]
version = "1"

[dependencies.hyper-util]
features = ["full"]
version = "0.1"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"

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

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

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

[package]
authors = ["Tricera Systems <reeceharris@duck.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "A lightweight, scalable API framework that takes your applications to new heights with speed and agility."
edition = "2021"
homepage = "https://github.com/TriceraSystems/Pterodactyl"
license = "AGPL-3.0"
name = "pterodactyl"
readme = "README.md"
repository = "https://github.com/TriceraSystems/Pterodactyl"
version = "0.1.0"