# 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 = "serde_path_serializer" version = "1.0.0" build = false exclude = [ ".gitea", ".vscode", "package.json", "package-lock.json", ".releaserc", ] publish = [ "crates-io", "gitea", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A Serde serializer for Path" homepage = "https://gogs.shadoware.org/phoenix/serde_path_serializer" readme = "README.md" keywords = [ "serde", "path", "serializer", ] license = "MIT" repository = "https://gogs.shadoware.org/phoenix/serde_path_serializer.git" [lib] name = "serde_path_serializer" path = "src/lib.rs" [dependencies.serde] version = "1.0.207"