[package]
name = "ic-pluto"
version = "0.3.3"
edition = "2021"
license = "MIT"
authors = ["pu0238 <pu0238@protonmail.com>"]
description = "HTTP router & SSR tool for the Internet Computer."
keywords = ["internet-computer", "types", "dfinity", "canister", "router"]
readme = "../../README.md"
include = ["../../README.md", "src", "Cargo.toml", "../../LICENSE"]
homepage = "https://crates.io/crates/ic-cdk"
documentation = "https://docs.rs/ic-pluto"
[features]
library = []
[lib]
crate-type = ["cdylib", "rlib"]
[dependencies]
candid = "0.10.5"
serde = { version = "1.0.192", features = ["derive"] }
serde_bytes = "0.11.12"
matchit = "0.8.0"
serde_json = "1.0.108"
dyn-clone = "1.0.16"
[dev-dependencies]
tokio = { version = "1.34.0", features = ["full"] }
ic-cdk = "0.13.1"