# 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" rust-version = "1.61.0" name = "etwin_hammerfest_client" version = "0.12.3" authors = ["Moulins "] description = "HammerfestClient implementations" homepage = "https://github.com/eternal-twin/etwin" documentation = "https://github.com/eternal-twin/etwin" readme = "./README.md" keywords = ["etwin"] license = "AGPL-3.0-or-later" repository = "https://github.com/eternal-twin/etwin" [dependencies.async-trait] version = "0.1.58" [dependencies.chrono] version = "0.4.22" [dependencies.etwin_constants] version = "0.12.3" [dependencies.etwin_core] version = "0.12.3" [dependencies.etwin_mt_dns] version = "0.12.3" [dependencies.etwin_scraper_tools] version = "0.12.3" optional = true [dependencies.itertools] version = "0.10.5" [dependencies.neon] version = "0.10.1" features = ["napi-6"] optional = true default-features = false [dependencies.once_cell] version = "1.15.0" [dependencies.rand] version = "0.8.5" [dependencies.reqwest] version = "0.11.12" features = ["cookies"] optional = true default-features = false [dependencies.scraper] version = "0.13.0" optional = true [dependencies.serde] version = "1.0.145" features = ["derive"] optional = true [dependencies.thiserror] version = "1.0.37" [dev-dependencies.etwin_core] version = "0.12.3" features = ["serde"] [dev-dependencies.serde_json] version = "1.0.86" [features] default = [ "http", "mem", ] feat-neon = [ "neon", "etwin_mt_dns/neon", ] http = [ "etwin_scraper_tools", "reqwest", "scraper", "serde", ] mem = []