opensc-sys 0.1.1

FFI bindings to OpenSC
Documentation
[build-dependencies.bindgen]
version = "0.53.2"

[dependencies]

[features]
default = ["enable_openssl", "enable_sm"]
enable_openssl = []
enable_sm = ["enable_openssl"]

[package]
authors = ["Felix Monninger <felix.monninger@gmail.com>"]
categories = ["external-ffi-bindings"]
description = "FFI bindings to OpenSC"
edition = "2018"
exclude = ["OpenSC/**", "!OpenSC/src/**"]
license = "MIT OR Apache-2.0"
name = "opensc-sys"
readme = "README.md"
repository = "https://github.com/heinzelotto/rust-opensc-sys"
version = "0.1.1"