# 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] name = "otpauth-uri" version = "1.0.2" authors = ["eV "] description = "A rust otpauth uri parser and otp (TOTP/HTOP) code generation library." homepage = "https://github.com/evq/otpauth-uri" license = "MIT" repository = "https://github.com/evq/otpauth-uri" [dependencies.data-encoding] version = "2.1.1" [dependencies.hmac] version = "0.6.2" [dependencies.nom] version = "4.0.0" [dependencies.percent-encoding] version = "1.0.1" [dependencies.sha-1] version = "0.7.0" [dependencies.sha2] version = "0.7.1"