# 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 = "ucan" version = "0.4.0" description = "Implement UCAN-based authorization with conciseness and ease!" homepage = "https://github.com/cdata/rs-ucan" documentation = "https://docs.rs/ucan" readme = "README.md" keywords = [ "ucan", "authz", "jwt", "pki", ] categories = [ "authentication", "cryptography", "encoding", "web-programming", ] license = "Apache-2.0" repository = "https://github.com/cdata/rs-ucan/" [dependencies.anyhow] version = "1.0" [dependencies.async-recursion] version = "1.0" [dependencies.async-trait] version = "0.1" [dependencies.base64] version = "0.21" [dependencies.bs58] version = "0.5" [dependencies.cid] version = "0.10" [dependencies.futures] version = "0.3" [dependencies.instant] version = "0.1" features = ["wasm-bindgen"] [dependencies.libipld-core] version = "0.16" features = [ "serde-codec", "serde", ] [dependencies.libipld-json] version = "0.16" [dependencies.log] version = "0.4" [dependencies.rand] version = "0.8" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.strum] version = "0.24" [dependencies.strum_macros] version = "0.25" [dependencies.unsigned-varint] version = "0.7" [dependencies.url] version = "2.0" [features] default = [] [target."cfg(not(target_arch = \"wasm32\"))".dev-dependencies.tokio] version = "^1" features = [ "macros", "test-util", ] [target."cfg(target_arch = \"wasm32\")".dependencies.getrandom] version = "~0.2" features = ["js"]