# 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 = "fxg" version = "0.1.0" description = "An alternative markdown language" homepage = "https://github.com/zTags/fxg" documentation = "https://github.com/zTags/fxg/wiki" readme = "README.md" license = "MIT" repository = "https://github.com/zTags/fxg" [dependencies.clap] version = "4.4.6" features = ["derive"] [dependencies.colored] version = "2.0.4" [dependencies.const_format] version = "0.2.32" features = ["fmt"] [dependencies.hyper] version = "0.14.27" features = ["full"] optional = true [dependencies.hyper-tls] version = "0.5.0" optional = true [dependencies.logos] version = "0.13.0" [dependencies.regex] version = "1.10.2" optional = true [dependencies.serde] version = "1.0.189" features = ["derive"] [dependencies.serde_json] version = "1.0.107" [dependencies.serde_yaml] version = "0.9.25" [dependencies.tokio] version = "1.33.0" features = ["full"] optional = true [features] contributor = ["developer"] default = ["developer"] developer = [ "dep:hyper", "dep:hyper-tls", "dep:tokio", "dep:regex", ]