# 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 = "2018" name = "voiceit2" version = "0.5.0" authors = ["gilgameshskytrooper "] description = """ A Rust wrapper for VoiceIt's API 2.0 featuring Voice + Face Verification and Identification. """ homepage = "https://voiceit.io" documentation = "https://api.voiceit.io/?rust" readme = "README.md" keywords = [ "biometrics", "voice", "face-recognition", "voice-recognition", "voiceit", ] license = "MIT" repository = "https://github.com/voiceittech/VoiceIt2-Rust" [dependencies.base64] version = "0.21.2" [dependencies.hyper] version = "0.14.27" [dependencies.regex] version = "1.9.1" [dependencies.reqwest] version = "0.11.18" features = [ "rustls-tls", "blocking", "multipart", ] default-features = false [dependencies.serde] version = "1.0.171" features = ["derive"] [dependencies.serde_json] version = "1.0.100" [dependencies.url] version = "2.4.0"