# 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 = "tari_template_lib" version = "0.7.0" authors = ["The Tari Development Community"] description = "Tari template library provides abstrations that interface with the Tari validator engine" license = "BSD-3-Clause" repository = "https://github.com/tari-project/tari-dan" [dependencies.newtype-ops] version = "0.1.4" [dependencies.serde] version = "1.0" features = [ "derive", "alloc", ] default-features = false [dependencies.serde_with] version = "2.3" [dependencies.tari_bor] version = "0.7" default-features = false [dependencies.tari_template_abi] version = "0.7" [dependencies.tari_template_macros] version = "0.7" optional = true [dependencies.ts-rs] version = "7.1" features = [ "chrono-impl", "no-serde-warnings", "indexmap-impl", ] optional = true [dev-dependencies.serde_json] version = "1.0" [features] default = [ "macro", "std", ] macro = ["tari_template_macros"] std = [ "serde/std", "tari_bor/std", ] ts = ["ts-rs"]