# 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 = "procfile" version = "0.2.1" authors = ["Tomio "] description = "Procfile parser for Rust" documentation = "https://docs.rs/procfile" readme = "README.md" keywords = [ "procfile", "parser", "rust", "heroku", ] categories = [ "config", "data-structures", "parsing", "parser-implementations", ] license = "MIT/Apache-2.0" repository = "https://github.com/devtomio/procfile" resolver = "2" [package.metadata.docs.rs] features = [ "serde", "rayon", ] [dependencies.cfg-if] version = "1.0.0" [dependencies.dashmap] version = "5.3.3" [dependencies.lazy_static] version = "1.4.0" [dependencies.rayon] version = "1.5.3" optional = true [dependencies.regex] version = "1.5.6" [dependencies.serde] version = "1.0.137" features = ["derive"] optional = true [features] default = ["rayon"] rayon = [ "dep:rayon", "dashmap/rayon", ] serde = [ "dep:serde", "dashmap/serde", ]