# 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 = "maybe_path" version = "0.1.3" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Zero overhead static initializer for Path" readme = "README.md" keywords = [ "path", "static", "initialize", "const", "cow", ] categories = [ "rust-patterns", "filesystem", "data-structures", ] license = "MIT OR Apache-2.0" repository = "https://github.com/rscarson/maybe-path" [lib] name = "maybe_path" path = "src/lib.rs" [[test]] name = "maybe_path" path = "tests/maybe_path.rs" [[test]] name = "maybe_pathbuf" path = "tests/maybe_pathbuf.rs" [[bench]] name = "vs_cow" path = "benches/vs_cow.rs" harness = false [[bench]] name = "vs_path" path = "benches/vs_path.rs" harness = false [dependencies.serde] version = "1" features = ["derive"] [dev-dependencies.criterion] version = "0.5.1"