# 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 = "jpki-cli" version = "0.4.3" authors = ["Naoki Ikeguchi "] description = "Read certificates, sign and verify documents using your JPKI card." homepage = "https://github.com/siketyan/jpki-rs" readme = "README.md" license = "LGPL-2.1-or-later" repository = "https://github.com/siketyan/jpki-rs.git" [package.metadata.i18n] available-locales = [ "en", "ja", ] default-locale = "en" [dependencies.apdu] version = "0.4.0" [dependencies.clap] version = "4.0" features = ["derive"] [dependencies.der] version = "0.7.1" features = [ "alloc", "derive", "oid", ] [dependencies.dialoguer] version = "0.10" [dependencies.hex] version = "0.4" [dependencies.jpki] version = "=0.4.3" features = [ "pcsc", "serde", ] [dependencies.once_cell] version = "1.15" [dependencies.pcsc] version = "2.7" [dependencies.ring] version = "0.16.20" [dependencies.rust-i18n] version = "1.1.1" [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0" [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"] [dependencies.x509-certificate] version = "0.18.0"