# 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 = "jesse" version = "0.2.1" authors = ["0x330a"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Register and add signers to the farcaster network easily" readme = "README.md" license = "MIT" [lib] name = "jesse" path = "src/lib.rs" [dependencies.alloy] version = "0.5" features = [ "full", "eip712", "rpc-client", ] [dependencies.alloy-primitives] version = "0.8" [dependencies.eyre] version = "0.6" [dependencies.op-alloy-network] version = "0.5" [dependencies.reqwest] version = "0.12" [dependencies.serde] version = "1" [dev-dependencies.alloy-node-bindings] version = "0.5" [dev-dependencies.alloy-provider] version = "0.5" features = [ "anvil-api", "anvil-node", ] [dev-dependencies.alloy-rpc-types-anvil] version = "0.5" [dev-dependencies.ed25519-dalek] version = "2" features = ["rand_core"] [dev-dependencies.rand] version = "0.8" [dev-dependencies.serde_json] version = "1" [dev-dependencies.tokio] version = "1" features = ["full"]