# 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 = "firecrawl_rs" version = "0.1.1" authors = ["sanix-darker "] description = "Rust SDK for Firecrawl API." homepage = "https://www.firecrawl.dev/" readme = "README.md" license = "GPL-2.0-or-later" repository = "https://github.com/mendableai/firecrawl" [lib] name = "firecrawl_rs" path = "src/lib.rs" [dependencies.log] version = "^0.4" [dependencies.reqwest] version = "^0.12" features = [ "json", "blocking", ] [dependencies.serde] version = "^1.0" features = ["derive"] [dependencies.serde_json] version = "^1.0" [dependencies.thiserror] version = "^1.0" [dependencies.tokio] version = "^1" features = ["full"] [dependencies.uuid] version = "^1.10" features = ["v4"] [dev-dependencies.assert_matches] version = "^1.5" [dev-dependencies.clippy] version = "^0.0.302" [dev-dependencies.dotenv] version = "^0.15" [dev-dependencies.rustfmt] version = "^0.10" [dev-dependencies.tokio] version = "1" features = ["full"] [build-dependencies.tokio] version = "1" features = ["full"]