# 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_rnd_numeric" version = "1.0.0" authors = ["xoria "] description = "PostgresQL extension for random numerics and bytes" readme = "README.md" categories = [ "postgresql", "random", "postgres", ] license = "MIT" repository = "https://gitlab.com/xoria/revently" [profile.dev] lto = "thin" panic = "unwind" [profile.release] opt-level = 3 lto = "fat" codegen-units = 1 panic = "unwind" [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.pgx] version = "0.6.1" [dependencies.rand] version = "0.8.4" [dev-dependencies.pgx-tests] version = "0.6.1" [features] default = ["pg14"] pg13 = [ "pgx/pg13", "pgx-tests/pg13", ] pg14 = [ "pgx/pg14", "pgx-tests/pg14", ] pg15 = [ "pgx/pg15", "pgx-tests/pg15", ] pg_test = []