# 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 = "colissimo_track" version = "0.1.1" authors = ["Edgar Onghena"] exclude = [ ".idea/", "colissimo_track.iml", ] description = "An unofficial API client for Colissimo, a parcel delivery service" readme = "README.md" keywords = [ "parcel", "colissimo", "api", ] license = "MIT" repository = "https://github.com/edgarogh/colissimo_track" resolver = "2" [dependencies.chrono] version = "0.4.16" [dependencies.hyper] version = "0.14.20" features = [ "client", "http1", "http2", ] default-features = false [dependencies.hyper-tls] version = "0.5.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0" [dev-dependencies.tokio] version = "1.21" features = [ "full", "macros", ]