[package] name = "pass-fu" version = "1.0.3" edition = "2021" repository = "https://gitlab.com/BrightOpen/pass-fu" license = "MIT" description = "Rusty wrapper around the legendary pass - Foo Pass!" [features] default = [] [dependencies] #termit = { version = "0.4" } thiserror = "1" totp-rs = { git="https://github.com/jocutajar/totp-rs.git", version = "4", default-features = false, features = ["otpauth"] }