# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "iptoasn-webservice" version = "0.2.5" authors = ["Frank Denis "] description = "API server for iptoasn.com" homepage = "https://iptoasn.com" keywords = ["ip", "asn", "bgp"] license = "MIT" repository = "https://github.com/jedisct1/iptoasn-webservice" [profile.release] opt-level = 3 lto = true panic = "abort" [dependencies.clap] version = "2" [dependencies.flate2] version = "1" [dependencies.horrorshow] version = "0.8" [dependencies.hyper] version = "0.10" [dependencies.hyper-native-tls] version = "0.3" [dependencies.iron] version = "0.6" [dependencies.log] version = "0.4" [dependencies.router] version = "0.6" [dependencies.serde_json] version = "1.0" [dependencies.time] version = "0.1" [dependencies.unicase] version = "1" [features] default = []