Cargo.toml 248 B

1234567891011
  1. [package]
  2. name = "cryptography-x509"
  3. version = "0.1.0"
  4. authors = ["The cryptography developers <cryptography-dev@python.org>"]
  5. edition = "2021"
  6. publish = false
  7. # This specifies the MSRV
  8. rust-version = "1.65.0"
  9. [dependencies]
  10. asn1.workspace = true