# 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 = "mutstr" version = "0.4.0" authors = ["Nick Ilhan Atamgüc "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A mutable alternative for `&str`" readme = "README.md" keywords = [ "mutstr", "str", "string", "mut", "mutable", ] license = "MIT OR Apache-2.0" repository = "https://github.com/ThisAccountHasBeenSuspended/MutStr" [lib] name = "mutstr" path = "src/lib.rs" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.serde_json] version = "1.0" optional = true [features] default = ["drop"] drop = [] serde = [ "dep:serde", "dep:serde_json", ]