onepassword-sys 0.1.1

Mostly raw bindings to the 1Password SDK
Documentation
# 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 = "2024"
name = "onepassword-sys"
version = "0.1.1"
authors = ["anden3"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Mostly raw bindings to the 1Password SDK"
readme = "README.md"
keywords = [
    "1password",
    "1pass",
    "password",
]
license = "MIT"

[features]
async = []
default = [
    "std",
    "sync",
]
std = []
sync = ["pollster"]

[lib]
name = "onepassword_sys"
path = "src/lib.rs"

[dependencies.byteorder]
version = "1.5.0"

[dependencies.pollster]
version = "0.4.0"
optional = true

[dependencies.preinterpret]
version = "0.2.1"