# 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" 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" [dependencies.apdu] version = "0.4.0" [dependencies.hex] version = "0.4" optional = true [dependencies.pcsc] version = "2.7" optional = true [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.thiserror] version = "1.0" [dependencies.tracing] version = "0.1" optional = true [features] default = [] pcsc = [ "dep:pcsc", "hex", ] tracing = ["dep:tracing"]