# 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" rust-version = "1.60" name = "rocstr" version = "0.6.1" authors = ["Philipe Menuet Tang "] exclude = [ ".vscode/*", ".github/*", ] description = "An immutable fixed capacity stack based generic copy string" homepage = "https://github.com/OuiCloud/rocstr" documentation = "https://docs.rs/rocstr" readme = "README.md" keywords = [ "string", "immutable", "stack", "no_std", ] categories = [ "data-structures", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/OuiCloud/rocstr" [package.metadata.cargo-sync-rdme.badge] style = "plastic" [package.metadata.cargo-sync-rdme.badge.badges] codecov = true crates-io = true docs-rs = true maintenance = true rust-version = true [[package.metadata.cargo-sync-rdme.badge.badges.github-actions.workflows]] file = "audit.yml" name = "Security Audit" [[package.metadata.cargo-sync-rdme.badge.badges.github-actions.workflows]] file = "tests.yml" name = "Unit Tests" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [[bench]] name = "strings" harness = false [dependencies.bytes] version = "1.6" optional = true default-features = false [dependencies.postgres-types] version = "0.2" optional = true default_features = false [dependencies.serde] version = "1.0" features = ["derive"] optional = true default_features = false [dev-dependencies.arrayvec] version = "0.7" [dev-dependencies.criterion] version = "0.5" features = ["html_reports"] [dev-dependencies.imstr] version = "0.2" [dev-dependencies.inlinable_string] version = "0.1" [dev-dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.serde_json] version = "1.0" [dev-dependencies.smol_str] version = "0.2" [features] default = [] postgres = [ "bytes", "postgres-types", "std", ] std = [] [badges.maintenance] status = "actively-developed"