# 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 = "ivynet-core" version = "0.0.1" authors = ["Noah Foltz "] description = "Core library for Ivynet client functionality" license = "AGPL-3.0" repository = "https://github.com/ivy-net/ivynet" [lib] path = "src/lib.rs" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.confy] version = "0.6.1" [dependencies.dialoguer] version = "0.11.0" [dependencies.dirs] version = "5.0.1" [dependencies.ethers-contract] version = "2.0.14" [dependencies.ethers-core] version = "2.0.14" [dependencies.ethers-middleware] version = "2.0.14" [dependencies.ethers-providers] version = "2.0.14" [dependencies.ethers-signers] version = "2.0.14" [dependencies.hex] version = "0.4.3" [dependencies.lazy_static] version = "1.4.0" [dependencies.reqwest] version = "0.12.4" [dependencies.secp256k1] version = "0.29.0" features = [ "rand", "rand-std", ] [dependencies.serde] version = "1.0.197" [dependencies.serde_derive] version = "1.0.197" [dependencies.sysinfo] version = "0.30.11" [dependencies.tokio] version = "1.37.0" features = ["full"] [dependencies.zip] version = "1.1.2" [lints.clippy] branches_sharing_code = "warn" clear_with_drain = "warn" derive_partial_eq_without_eq = "warn" empty_line_after_outer_attr = "warn" equatable_if_let = "warn" imprecise_flops = "warn" iter_on_empty_collections = "warn" iter_with_drain = "warn" large_stack_frames = "warn" manual_clamp = "warn" mutex_integer = "warn" needless_pass_by_ref_mut = "warn" nonstandard_macro_braces = "warn" or_fun_call = "warn" path_buf_push_overwrite = "warn" read_zero_byte_vec = "warn" redundant_clone = "warn" suboptimal_flops = "warn" suspicious_operation_groupings = "warn" trailing_empty_array = "warn" trait_duplication_in_bounds = "warn" transmute_undefined_repr = "warn" trivial_regex = "warn" tuple_array_conversions = "warn" uninhabited_references = "warn" unused_peekable = "warn" unused_rounding = "warn" useless_let_if_seq = "warn"