[package] name = "onepassword-cli" version = "0.3.4" authors = ["sinyo-matu "] edition = "2018" license = "MIT" description = "a wrapper for 1password-cli, which focus on easy-to-use" categories = ["api-bindings","development-tools"] keywords = ["cli","1password","wrapper"] repository = "https://github.com/sinyo-matu/onepassword-cli" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] tokio={version="1.0.0",features=["process","io-util","io-std"]} chrono= "0.4" serde={version="1.0",features = ["derive"]} serde_json="1.0" async-trait = "0.1.48" [dev-dependencies] dotenv = "0.15.0" tokio = { version = "1.3.0", features = ["full"] } [[example]] name="get_account_info" path="examples/get_account_info.rs"