blob: bd153edc40d5ef1afa4ff3df8961ad62159b1e9d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[package]
name = "cryptography-openssl"
version = "0.1.0"
authors = ["The cryptography developers <cryptography-dev@python.org>"]
edition = "2021"
publish = false
# This specifies the MSRV
rust-version = "1.56.0"
[dependencies]
openssl = "0.10.52"
ffi = { package = "openssl-sys", version = "0.9.85" }
foreign-types = "0.3"
foreign-types-shared = "0.1"
|