# 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.80" name = "monero-clsag-mirror" version = "0.1.0" authors = ["Luke Parker "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "The CLSAG linkable ring signature, as defined by the Monero protocol. Mirrored by sneurlax from serai for downstream crate-publishing purposes until serai publishes their crates; use the versions from serai in production. This crate will be unpublished/deleted as soon as possible." readme = "README.md" license = "MIT" repository = "https://github.com/serai-dex/serai/tree/develop/networks/monero/ringct/clsag" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "monero_clsag_mirror" path = "src/lib.rs" [dependencies.curve25519-dalek] version = "4" features = [ "alloc", "zeroize", ] default-features = false [dependencies.dalek-ff-group] version = "0.4" optional = true default-features = false package = "dalek-ff-group-mirror" [dependencies.frost] version = "0.8.1" features = ["ed25519"] optional = true default-features = false package = "modular-frost-mirror" [dependencies.group] version = "0.13" optional = true default-features = false [dependencies.monero-generators] version = "0.4" default-features = false package = "monero-generators-mirror" [dependencies.monero-io] version = "0.1" default-features = false package = "monero-io-mirror" [dependencies.monero-primitives] version = "0.1" default-features = false package = "monero-primitives-mirror" [dependencies.rand_chacha] version = "0.3" optional = true default-features = false [dependencies.rand_core] version = "0.6" default-features = false [dependencies.std-shims] version = "^0.1.1" default-features = false package = "std-shims-mirror" [dependencies.subtle] version = "^2.4" default-features = false [dependencies.thiserror] version = "1" optional = true default-features = false [dependencies.transcript] version = "0.3" features = ["recommended"] optional = true default-features = false package = "flexible-transcript-mirror" [dependencies.zeroize] version = "^1.5" features = ["zeroize_derive"] default-features = false [dev-dependencies] [features] default = ["std"] multisig = [ "rand_chacha", "transcript", "group", "dalek-ff-group", "frost", "std", ] std = [ "std-shims/std", "thiserror", "rand_core/std", "zeroize/std", "subtle/std", "rand_chacha?/std", "transcript?/std", "group?/alloc", "dalek-ff-group?/std", "monero-io/std", "monero-generators/std", "monero-primitives/std", ] [lints.clippy] borrow_as_ptr = "deny" cast_lossless = "deny" cast_possible_truncation = "deny" cast_possible_wrap = "deny" cast_precision_loss = "deny" cast_ptr_alignment = "deny" cast_sign_loss = "deny" checked_conversions = "deny" cloned_instead_of_copied = "deny" enum_glob_use = "deny" expl_impl_clone_on_copy = "deny" explicit_into_iter_loop = "deny" explicit_iter_loop = "deny" flat_map_option = "deny" float_cmp = "deny" fn_params_excessive_bools = "deny" ignored_unit_patterns = "deny" implicit_clone = "deny" inefficient_to_string = "deny" invalid_upcast_comparisons = "deny" large_stack_arrays = "deny" linkedlist = "deny" macro_use_imports = "deny" manual_instant_elapsed = "deny" manual_let_else = "deny" manual_ok_or = "deny" manual_string_new = "deny" map_unwrap_or = "deny" match_bool = "deny" match_same_arms = "deny" missing_fields_in_debug = "deny" needless_continue = "deny" needless_pass_by_value = "deny" ptr_cast_constness = "deny" range_minus_one = "deny" range_plus_one = "deny" redundant_closure_for_method_calls = "deny" redundant_else = "deny" string_add_assign = "deny" unchecked_duration_subtraction = "deny" uninlined_format_args = "deny" unnecessary_box_returns = "deny" unnecessary_join = "deny" unnecessary_wraps = "deny" unnested_or_patterns = "deny" unused_async = "deny" unused_self = "deny" unwrap_or_default = "allow" zero_sized_map_values = "deny"