[package] name = "copystr" version = "0.0.5" authors = ["Stephan Luther "] license = "MIT" description = "&str with `Copy` semantics." repository = "https://git.sr.ht/~kvsari/copystr" documentation = "https://docs.rs/copystr/0.0.5/" keywords = ["string"] edition = "2018" autotests = false readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] serde = { version = "1.0.114", features = [ "derive" ], optional = true } [dev-dependencies] serde_json = "1.0.56"