# 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" rust-version = "1.76.0" name = "unc-token" version = "0.10.2" authors = ["Serhieiev Ivan "] description = "a small crate to work with UNC token values ergonomically and efficiently (UNC Protocol)" readme = "README.md" categories = [ "parser-implementations", "value-formatting", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/unc/unc-token" [dependencies.borsh] version = "1" features = ["derive"] optional = true [dependencies.interactive-clap] version = "0.2.4" optional = true [dependencies.schemars] version = "0.8.8" optional = true [dependencies.serde] version = "1" features = ["derive"] optional = true [dev-dependencies.serde_json] version = "1" [features] abi = [ "borsh/unstable__schema", "schemars", ]