[package] name = "hitotp" version = "0.1.4" edition = "2021" authors = ["Han Tingjun "] description = "TOTP Library and Command Line Tool" license = "MIT OR Apache-2.0" repository = "https://gitee.com/1467792822/hitotp" readme = "README.md" keywords = ["no_std", "totp"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [[bin]] name = "cargo-totp" path = "src/main.rs" [dependencies] hiopt = "0.1" hictor = "0.1" data-encoding = "2.4.0"