# 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 = "2021" name = "bloss-native" version = "0.2.0" authors = ["Harris Luo"] exclude = [ "target", "testin", ] description = "Native messaging host for OpenPGP smart card signing" readme = "README.md" keywords = [ "openpgp", "chrome", "native", "signature", "signing", ] license = "MIT" repository = "https://github.com/harrisluo/bloss" [[bin]] name = "bloss-native" path = "src/main.rs" [dependencies.byteorder] version = "1.4.3" [dependencies.openpgp-card] version = "0.3.4" [dependencies.openpgp-card-pcsc] version = "0.3.0" [dependencies.serde] version = "1.0.156" features = ["derive"] [dependencies.serde_json] version = "1.0.94" [dependencies.thiserror] version = "1.0.39"