# 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-oss-can" version = "0.9.9" build = false publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "A Rust library for implementing large file storage in ICP canisters" readme = "README.md" keywords = [ "file", "storage", "oss", "s3", "icp", ] categories = ["web-programming"] license = "MIT OR Apache-2.0" repository = "https://github.com/ldclabs/ic-oss/tree/main/src/ic_oss_can" [lib] name = "ic_oss_can" path = "src/lib.rs" [dependencies.candid] version = "0.10" [dependencies.ciborium] version = "0.2" [dependencies.ic-cdk] version = "0.16" [dependencies.ic-oss-types] version = "0.9" [dependencies.ic-stable-structures] version = "0.6" [dependencies.serde] version = "1" [dependencies.serde_bytes] version = "0.11"