# 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 = "accumulo_access_pg" version = "0.1.5" authors = ["Lars Wilhelmsen "] description = "PostgreSQL extension for parsing and evaluating Accumulo Access Expressions" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/larsw/accumulo-access-pg" [profile.artifacts] opt-level = 3 lto = "fat" codegen-units = 1 inherits = "release" [profile.dev] panic = "unwind" [profile.release] opt-level = 3 lto = "fat" codegen-units = 1 panic = "unwind" [lib] crate-type = ["cdylib"] [dependencies.accumulo-access] version = "0.1" [dependencies.pgrx] version = "=0.11.4" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dev-dependencies.pgrx-tests] version = "=0.11.4" [features] default = ["pg15"] pg15 = [ "pgrx/pg15", "pgrx-tests/pg15", ] pg_test = []