# 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 = "chia-sdk-offers" version = "0.19.1" authors = ["Brandon Haggstrom "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Implements Chia offer file creation and acceptance." homepage = "https://github.com/Rigidity/chia-wallet-sdk" readme = "README.md" keywords = [ "chia", "wallet", "blockchain", "crypto", ] categories = [ "cryptography::cryptocurrencies", "development-tools", ] license = "Apache-2.0" repository = "https://github.com/Rigidity/chia-wallet-sdk" [lib] name = "chia_sdk_offers" path = "src/lib.rs" [[test]] name = "nft_for_nft" path = "tests/nft_for_nft.rs" [[test]] name = "nft_for_xch" path = "tests/nft_for_xch.rs" [dependencies.bech32] version = "0.9.1" [dependencies.chia-bls] version = "0.15.0" [dependencies.chia-protocol] version = "0.15.0" [dependencies.chia-puzzles] version = "0.15.0" [dependencies.chia-sdk-driver] version = "0.19.1" [dependencies.chia-sdk-types] version = "0.19.1" [dependencies.chia-traits] version = "0.15.0" [dependencies.clvm-traits] version = "0.15.0" [dependencies.clvm-utils] version = "0.15.0" [dependencies.clvmr] version = "0.9.0" [dependencies.flate2] version = "1.0.30" features = ["zlib-ng-compat"] [dependencies.indexmap] version = "2.2.6" [dependencies.once_cell] version = "1.19.0" [dependencies.thiserror] version = "1.0.61" [dev-dependencies.anyhow] version = "1.0.86" [dev-dependencies.hex] version = "0.4.3" [dev-dependencies.hex-literal] version = "0.4.1" [lints.clippy] missing_errors_doc = "allow" missing_panics_doc = "allow" module_name_repetitions = "allow" multiple_crate_versions = "allow" must_use_candidate = "allow" too_many_lines = "allow" [lints.clippy.all] level = "deny" priority = -1 [lints.clippy.cargo] level = "warn" priority = -1 [lints.clippy.pedantic] level = "warn" priority = -1 [lints.rust] dead_code = "deny" deprecated = "deny" deprecated_in_future = "deny" missing_copy_implementations = "warn" missing_debug_implementations = "warn" non_ascii_idents = "deny" trivial_casts = "deny" trivial_numeric_casts = "deny" unreachable_code = "warn" unreachable_patterns = "deny" unreachable_pub = "warn" unsafe_code = "deny" unused_extern_crates = "deny" [lints.rust.future_incompatible] level = "deny" priority = -1 [lints.rust.nonstandard_style] level = "deny" priority = -1 [lints.rust.rust_2018_idioms] level = "deny" priority = -1 [lints.rust.rust_2021_compatibility] level = "deny" priority = -1 [lints.rustdoc] missing_crate_level_docs = "allow" [lints.rustdoc.all] level = "deny" priority = -1