# 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-canister-serve" version = "0.1.0" authors = ["The Internet Computer Project Developers"] include = [ "src", "Cargo.toml", "LICENSE", "README.md", ] description = "A library for serving assets over the http_endpoint of smart contracts running on the Internet Computer." documentation = "https://docs.rs/ic-canister-serve" readme = "README.md" keywords = [ "internet-computer", "dfinity", "canister", ] license = "Apache-2.0" repository = "https://github.com/dfinity/ic" [dependencies.by_address] version = "1.1.0" [dependencies.ic-canister-log] version = "0.1.0" [dependencies.ic-cdk] version = "0.7.4" [dependencies.ic-metrics-encoder] version = "1.1.0" [dependencies.maplit] version = "1.0.2" [dependencies.priority-queue] version = "1.3.1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.40"