# 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 = "platform-path" version = "0.1.0" authors = ["Chris Olstrom "] description = "CLI for identifying the platform path" documentation = "https://docs.rs/platform-path/" license = "MIT" repository = "https://github.com/colstrom/platform-path/" resolver = "2" [dependencies.anyhow] version = "1.0.56" [dependencies.async-std] version = "1.10.0" features = ["attributes"] optional = true [dependencies.camino] version = "1.0.7" [dependencies.directories] version = "4.0.1" [dependencies.serde] version = "1.0.136" features = ["derive"] optional = true [dependencies.serde_json] version = "1.0.79" optional = true [dependencies.serde_yaml] version = "0.8.23" optional = true [dependencies.structopt] version = "0.3.26" [dependencies.strum] version = "0.24.0" features = ["derive"] [dependencies.thiserror] version = "1.0.30" [dependencies.tide] version = "0.16.0" optional = true [dependencies.tide-rustls] version = "0.3.0" optional = true [features] all = ["json", "https", "yaml"] async = ["async-std"] default = [] http = ["async", "tide"] https = ["http", "tide-rustls"] json = ["serde1", "serde_json"] serde1 = ["serde", "camino/serde1"] yaml = ["serde1", "serde_yaml"]