# 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 = "litemint-auction-contract" version = "0.1.7" authors = ["litemint "] description = "Auction smart contract for the Litemint marketplace, implementing timed auctions with support for sealed bids, ascending and descending price mechanisms." readme = "README.md" keywords = [ "soroban", "stellar", "web3", "smart-contract", "nft", ] license-file = "LICENSE" repository = "https://github.com/litemint/litemint-soroban-contracts" [package.metadata] homepage = "https://litemint.com" [profile.release] opt-level = "z" lto = true codegen-units = 1 debug = 0 debug-assertions = false panic = "abort" overflow-checks = true strip = "symbols" [profile.release-with-logs] debug-assertions = true inherits = "release" [lib] crate-type = ["cdylib"] [dependencies.soroban-kit] version = "0.1.10" features = [ "storage", "state-machine", "commitment-scheme", ] default-features = false [dependencies.soroban-sdk] version = "20.3.1" [dev-dependencies.soroban-sdk] version = "20.3.1" features = ["testutils"] [features] testutils = ["soroban-sdk/testutils"]