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