# 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" rust-version = "1.63" name = "null-terminated-str" version = "0.1.4" authors = ["Jiahao XU "] description = """ FFI-friendly utf-8 string, enabling const null-terminated str and caching of the non-terminated string to avoid frequent allocation. """ readme = "README.md" keywords = [ "ffi", "string", "c-str", ] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/NobodyXu/null-terminated-str" resolver = "2" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.serde] version = "1.0.144" optional = true [dev-dependencies.serde_test] version = "1.0.144"