Cargo.toml 426 B

12345678910111213141516
  1. [package]
  2. name = "cryptography-x509-verification"
  3. version.workspace = true
  4. authors.workspace = true
  5. edition.workspace = true
  6. publish.workspace = true
  7. rust-version.workspace = true
  8. [dependencies]
  9. asn1.workspace = true
  10. cryptography-x509 = { path = "../cryptography-x509" }
  11. cryptography-key-parsing = { path = "../cryptography-key-parsing" }
  12. once_cell = "1"
  13. [dev-dependencies]
  14. pem = { version = "3", default-features = false }