# 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 = "ripeatlas" version = "0.2.0" authors = ["Jasper Meggitt "] description = "A library for interfacing with the RIPE Atlas API in Rust" readme = "readme.md" keywords = [ "ripe", "ripe-atlas", "api", "measurement", ] license = "MIT" repository = "https://github.com/jmeggitt/ripeatlas-rs" [dependencies.chrono] version = "0.4.23" features = ["serde"] optional = true [dependencies.itertools] version = "0.10.5" [dependencies.serde] version = "1.0.148" features = ["derive"] [dependencies.serde_json] version = "1.0.89" [dependencies.serde_repr] version = "0.1.9" [dependencies.smallvec] version = "1.10.0" [dependencies.ureq] version = "2.5.0" optional = true [dependencies.url] version = "2.3.1" [dev-dependencies.bzip2] version = "0.4.3" [dev-dependencies.format_serde_error] version = "0.3.0" [dev-dependencies.libc] version = "0.2.137" [dev-dependencies.rayon] version = "1.6.0" [dev-dependencies.serde_json] version = "1.0.85" [features] async = [] default = ["sync"] format_check = [] strict = [] sync = [ "ureq", "ureq/json", ]