We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/oculairmedia/Letta-MCP-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# 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 = "compact_str"
version = "0.7.1"
authors = ["Parker Timmerman <parker@parkertimmerman.com>"]
description = "A memory efficient string type that transparently stores strings on the stack, when possible"
homepage = "https://github.com/ParkMyCar/compact_str"
readme = "README.md"
keywords = [
"string",
"compact",
"small",
"memory",
"mutable",
]
categories = [
"encoding",
"parsing",
"memory-management",
"text-processing",
]
license = "MIT"
repository = "https://github.com/ParkMyCar/compact_str"
resolver = "1"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
"--cfg",
"docsrs",
]
[dependencies.arbitrary]
version = "1"
optional = true
default-features = false
[dependencies.bytes]
version = "1"
optional = true
[dependencies.castaway]
version = "0.2"
[dependencies.cfg-if]
version = "1"
[dependencies.itoa]
version = "1"
[dependencies.markup]
version = "0.13"
optional = true
default-features = false
[dependencies.proptest]
version = "1"
features = ["std"]
optional = true
default-features = false
[dependencies.quickcheck]
version = "1"
optional = true
default-features = false
[dependencies.rkyv]
version = "0.7"
features = ["size_32"]
optional = true
default-features = false
[dependencies.ryu]
version = "1"
[dependencies.serde]
version = "1"
optional = true
[dependencies.smallvec]
version = "1"
features = ["union"]
optional = true
[dependencies.static_assertions]
version = "1"
[dev-dependencies.cfg-if]
version = "1"
[dev-dependencies.proptest]
version = "1.0.*"
features = ["std"]
default-features = false
[dev-dependencies.quickcheck]
version = "1"
default-features = false
[dev-dependencies.quickcheck_macros]
version = "1"
[dev-dependencies.rayon]
version = "1.6.0"
[dev-dependencies.rkyv]
version = "0.7"
features = [
"alloc",
"size_32",
]
default-features = false
[dev-dependencies.serde]
version = "1"
features = ["derive"]
[dev-dependencies.serde_json]
version = "1"
[dev-dependencies.test-case]
version = "2"
[dev-dependencies.test-strategy]
version = "0.2"