[package]
edition = "2021"
name = "locators"
version = "0.4.1"
authors = ["Andrew Cowie"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Human exchangeable identifiers and locators"
readme = "README.md"
license = "MIT"
repository = "https://github.com/aesiniath/locators-rust"
[lib]
name = "locators"
path = "src/lib.rs"
[dependencies.base62]
version = "2.2"
[dependencies.sha2]
version = "0.10"
[dev-dependencies.quickcheck]
version = "1.0"