# 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 = "aeloc" version = "0.2.0" description = "A spatial data oracle for the EVM" homepage = "https://aeloc.org" readme = "README.md" keywords = [ "gis", "maps", "openstreetmaps", ] license = "MIT" repository = "https://github.com/azzaouit/aeloc" [dependencies.clap] version = "4.5.4" features = [ "env", "derive", ] [dependencies.dirs] version = "5.0.1" [dependencies.env_logger] version = "0.11.3" [dependencies.ethers] version = "2.0.14" [dependencies.ethers-core] version = "2.0.14" [dependencies.ethers-providers] version = "2.0.14" [dependencies.ethers-signers] version = "2.0.14" [dependencies.eyre] version = "0.6.12" [dependencies.hex] version = "0.4.3" [dependencies.log] version = "0.4.21" [dependencies.osm-rs] version = "0.1.0" [dependencies.reqwest] version = "0.12.2" features = ["json"] [dependencies.rpassword] version = "7.3.1" [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde-aux] version = "4.5.0" [dependencies.serde_json] version = "1.0.115" [dependencies.sqlx] version = "0.7" features = [ "runtime-tokio", "sqlite", ] [dependencies.tokio] version = "1.36.0" features = [ "rt", "macros", "rt-multi-thread", ]