# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "pg_str" version = "0.2.1" authors = ["Matt Jensen"] include = ["**/*.rs", "Cargo.toml", "README.md"] description = "Adds str functions to Postgresql via an extension." homepage = "https://github.com/abumni/pg_str" documentation = "https://docs.rs/pg_str" readme = "README.md" keywords = ["postgresql", "string", "cases", "pluralize", "markdown"] categories = ["text-processing", "database"] license = "MIT" repository = "https://github.com/abumni/pg_str" [profile.dev] lto = "thin" panic = "unwind" [profile.release] opt-level = 3 lto = "fat" codegen-units = 1 panic = "unwind" [lib] crate-type = ["cdylib"] [dependencies.Inflector] version = "0.11.4" [dependencies.any_ascii] version = "0.3.0" [dependencies.pgx] version = "0.1.21" [dependencies.pgx-macros] version = "0.1.21" [dependencies.pulldown-cmark] version = "0.9.1" [dependencies.str_slug] version = "0.1.3" [dev-dependencies.pgx-tests] version = "0.1.21" [features] default = ["pg13"] pg13 = ["pgx/pg13", "pgx-tests/pg13"] pg_test = []