# 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 = "yealink-phonebook" version = "0.1.1" description = "A simple vCard to Yealink Remote Phonebook server" homepage = "https://github.com/tylerjwatson/yealink-phonebook" documentation = "https://github.com/tylerjwatson/yealink-phonebook" readme = "README.md" keywords = [ "yealink", "phonebook", "vcf", "vcard", ] license = "MIT" repository = "https://github.com/tylerjwatson/yealink-phonebook" resolver = "2" [dependencies.ical] version = "0.7" features = ["vcard"] [dependencies.minidom] version = "0.14" [dependencies.reqwest] version = "0.11.10" features = ["stream"] [dependencies.rocket] version = "0.5.0-rc.2" [dependencies.url] version = "2.2"