# 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 = "pg_ecdsa_verify" version = "1.1.2" authors = ["Joel Jakobsson "] description = "A PostgreSQL extension for ECDSA signature verification." documentation = "https://docs.rs/pg_ecdsa_verify" readme = "README.md" keywords = [ "ECDSA", "PostgreSQL", "cryptography", "signature", "verification", ] categories = [ "cryptography", "database", ] license = "MIT" repository = "https://github.com/joelonsql/pg_ecdsa_verify" [profile.dev] panic = "unwind" [profile.release] opt-level = 3 lto = "fat" codegen-units = 1 panic = "unwind" [lib] crate-type = [ "cdylib", "rlib", ] [[bench]] name = "ecdsa_verify" [dependencies.ecdsa_verify_lib] version = "1.1" package = "ecdsa_verify" [dependencies.hex] version = "0.4" [dependencies.num-bigint] version = "0.4" [dependencies.num-traits] version = "0.2" [dependencies.pgrx] version = "=0.11.4" [dependencies.sha2] version = "0.10" [dev-dependencies.pgrx-tests] version = "=0.11.4" [features] default = ["pg16"] pg11 = [ "pgrx/pg11", "pgrx-tests/pg11", ] pg12 = [ "pgrx/pg12", "pgrx-tests/pg12", ] pg13 = [ "pgrx/pg13", "pgrx-tests/pg13", ] pg14 = [ "pgrx/pg14", "pgrx-tests/pg14", ] pg15 = [ "pgrx/pg15", "pgrx-tests/pg15", ] pg16 = [ "pgrx/pg16", "pgrx-tests/pg16", ] pg_test = []