# 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 = "faye" version = "0.6.1" authors = [ "fawn ", "rini ", ] description = "a pretty lil lisp" homepage = "https://faye.codeberg.page/" readme = "README.md" license = "Apache-2.0" repository = "https://codeberg.org/fawn/faye" [profile.release] lto = true codegen-units = 1 panic = "abort" strip = true [dependencies.clap] version = "4.5.13" features = [ "derive", "cargo", ] optional = true [dependencies.faye-lsp] version = "0.2.0" optional = true [dependencies.pomprt] version = "0.5.3" optional = true [dependencies.tokio] version = "1.39.2" features = ["full"] optional = true [features] cli = [ "dep:clap", "dep:pomprt", ] default = ["cli"] lsp = [ "dep:faye-lsp", "dep:tokio", ]