licenses.dev

cw721-base v0.2.3

Basic implementation cw721 NFTs

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0

Dependency Licenses

Apache-2.0 OR MIT13
PackageRelationDependenciesPublished
base64 • 0.11.0encodes and decodes base64 as bytes or utf8INDIRECT0
itoa • 1.0.11Fast integer primitive to string conversionINDIRECT0
proc-macro2 • 1.0.89A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.INDIRECT1
quote • 1.0.37Quasi-quoting macro quote!(...)INDIRECT2
serde_derive_internals • 0.25.0AST representation used by Serde derive macros. Unstable.INDIRECT4
serde_derive • 1.0.210Macros 1.1 implementation of #[derive(Serialize, Deserialize)]INDIRECT4
serde_json • 1.0.132A JSON serialization file formatINDIRECT9
serde-json-wasm • 0.2.3serde_json for Wasm programs (small, deterministic, no floats)INDIRECT6
serde • 1.0.210A generic serialization/deserialization frameworkDIRECT5
snafu-derive • 0.6.10An ergonomic error handling libraryINDIRECT4
snafu • 0.6.10An ergonomic error handling libraryDIRECT6
syn • 1.0.109Parser for Rust source codeINDIRECT3
syn • 2.0.56Parser for Rust source codeINDIRECT3
Apache-2.06
PackageRelationDependenciesPublished
cosmwasm-schema • 0.10.1A dev-dependency for CosmWasm contracts to generate JSON Schema files.DIRECT14
cosmwasm-std • 0.10.1Standard library for Wasm based smart contracts on Cosmos blockchainsDIRECT19
cosmwasm-storage • 0.10.1CosmWasm library with useful helpers for Storage patternsDIRECT20
cw0 • 0.2.3Common helpers for other cw specsDIRECT20
cw2 • 0.2.3Definition and types for the CosmWasm-2 interfaceDIRECT21
cw721 • 0.2.3Definition and types for the CosmWasm-721 NFT interfaceDIRECT21
MIT3
PackageRelationDependenciesPublished
doc-comment • 0.3.3Macro to generate doc commentsINDIRECT0
schemars_derive • 0.7.6Macros for #[derive(JsonSchema)], for use with schemarsINDIRECT5
schemars • 0.7.6Generate JSON Schemas from Rust codeDIRECT13
MIT OR Unlicense1
PackageRelationDependenciesPublished
memchr • 2.7.4Provides extremely fast (uses SIMD on x86_64, aarch64 and wasm32) routines for 1, 2 or 3 byte search and single substring search. INDIRECT0
Apache-2.0 OR BSL-1.01
PackageRelationDependenciesPublished
ryu • 1.0.18Fast floating point to string conversionINDIRECT0
Unicode-DFS-2016 AND (Apache-2.0 OR MIT)1
PackageRelationDependenciesPublished
unicode-ident • 1.0.13Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31INDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

[![licenses](https://licenses.dev/b/cargo/cw721-base)](https://licenses.dev/cargo/cw721-base)
<a href="https://licenses.dev/cargo/cw721-base">
  <img src="https://licenses.dev/b/cargo/cw721-base" alt="licenses" />
</a>

Or the licenses badge code for the 0.2.3 version:

[![licenses](https://licenses.dev/b/cargo/cw721-base/0.2.3)](https://licenses.dev/cargo/cw721-base/0.2.3)
<a href="https://licenses.dev/cargo/cw721-base/0.2.3">
  <img src="https://licenses.dev/b/cargo/cw721-base/0.2.3" alt="licenses" />
</a>
GitHub