[package] name = "frames-core" version = "0.1.0" authors = ["jpgonzalezra "] edition = "2021" description = "frames-rs is a Rust library for writing and testing Farcaster Frames" license = "MIT" repository = "https://github.com/jpgonzalezra/frames-rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] ethers = "2.0.13" lazy_static = "1.4.0" regex = "1.5.4" scraper = "0.18.1" serde_json = '1.0' tokio = { version = "1.0", features = ["full"] } reqwest = { version = "0.11", features = ["blocking", "json"] } [dev-dependencies] tokio = { version = "1.0", features = ["full", "test-util"] }