# 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 = "rustypath" version = "1.2.1" authors = ["Soumyo Deep Gupta "] description = "Easily manage paths in rust. A straight-forward no bullshit crate to manage paths. Either you get what you want, or you dont." readme = "README.md" keywords = [ "rustypath", "d33pster", "path", "d33p0st", "path-manager", ] categories = ["filesystem"] license = "MIT" repository = "https://github.com/d33p0st/rustypath" [dependencies.dirs] version = "5.0.1" [dependencies.pyo3] version = "0.22.2" features = ["extension-module"] [features] Boolean = [] Conversion = [] Creation = [] Management = [] default = [ "Creation", "Management", "Boolean", "Conversion", ] pyo3-bindings = []