# 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 = "ex3-secret-router-client" version = "0.10.0" authors = ["Deland Labs Core Dev "] description = "Secret router canister client-canister." homepage = "https://github.com/Deland-Labs/core-canister" license = "MIT" repository = "https://github.com/Deland-Labs/core-canister" resolver = "1" [dependencies.async-trait] version = "0.1.58" [dependencies.candid] version = "0.8.3" [dependencies.ex3-canister-client] version = "0.10.0" [dependencies.ex3-canister-types] version = "0.10.0" [dependencies.ex3-common-error-info] version = "0.2.0" features = ["canister"] [dependencies.ex3-secret-vault-public-types] version = "0.10.0" [dependencies.ex3-timestamp] version = "0.3.0" features = ["canister"] [dependencies.ic-agent] version = "0.23.0" optional = true [dependencies.ic-cdk] version = "0.6" optional = true [dependencies.serde] version = "1.0" [dependencies.serde_bytes] version = "0.11" [features] agent = [ "ex3-canister-client/agent", "ic-agent", ] canister = [ "ex3-canister-client/canister", "ic-cdk", ]