# 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 = "pathio" version = "0.2.3" authors = ["Dominik Kaspar"] description = "Data type for storing generic data on a virtual path tree hierarchy. The data is stored in memory, this is not OS file system abstraction, but immitation" readme = "README.md" keywords = [ "path", "unix", "directory", "hierarchy", "sandbox", ] categories = [ "data-structures", "database", "filesystem", "simulation", ] license = "MIT OR Apache-2.0" repository = "https://github.com/bytestring-net/pathio" [dependencies.ahash] version = "^0.8.3" [dependencies.bevy] version = "^0" optional = true default_features = false [dependencies.colored] version = "^2.0.4" [dependencies.serde] version = "^1" features = ["derive"] optional = true default_features = false [dependencies.thiserror] version = "^1.0.48" [features] bevy = ["dep:bevy"] serde = [ "dep:serde", "ahash/serde", ]