summary refs log tree commit diff stats
path: root/Cargo.toml
blob: 8927c06f4a01c56467a6d4b9d3c937bda0cc7dbe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "ltptr"
version = "0.1.1"
edition = "2021"
license = "CC0-1.0"
description = "Checked raw pointers."
homepage = "https://ganarchy.autistic.space/project/f21e8e1bea1e93aaa22e4d6baa3a490140977617"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[features]
# our expectation is that the ppl using this want the CStr methods by default.
default = ["std"]
std = []

[dependencies]