summary refs log tree commit diff stats
path: root/Cargo.toml
blob: 51657185cf9310a75f314124ab50316c86a359a6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "ltptr"
version = "0.1.4"
edition = "2021"
license = "0BSD"
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]