fatou 0.10.0

A language server, formatter, and linter for Julia
# 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 = "2024"
name = "fatou"
version = "0.10.0"
authors = ["Johan Larsson <johan@jolars.co>"]
build = "build.rs"
include = [
    "/src/**/*.rs",
    "/src/**/*.txt",
    "/build.rs",
    "/Cargo.toml",
    "/README.md",
    "/LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A language server, formatter, and linter for Julia"
homepage = "https://fatou.dev"
readme = "README.md"
keywords = [
    "julia",
    "language-server",
    "formatter",
    "linter",
]
categories = [
    "command-line-utilities",
    "text-processing",
    "parsing",
    "parser-implementations",
]
license = "MIT"
repository = "https://github.com/jolars/fatou"

[package.metadata.deb]
maintainer = "Johan Larsson <johan@jolars.co>"
copyright = "2026, Johan Larsson <johan@jolars.co>"
license-file = [
    "LICENSE",
    "4",
]
extended-description = "Fatou is a formatter, linter, and language server for Julia. It formats .jl files with deterministic, rule-based layout, reports diagnostics with optional autofixes, and exposes an integrated language server for editor support."
depends = "$auto"
section = "text"
priority = "optional"
assets = [
    [
    "target/release/fatou",
    "usr/bin/",
    "755",
],
    [
    "README.md",
    "usr/share/doc/fatou/",
    "644",
],
    [
    "LICENSE",
    "usr/share/doc/fatou/",
    "644",
],
    [
    "target/man/*.1",
    "usr/share/man/man1/",
    "644",
],
    [
    "target/completions/fatou.bash",
    "usr/share/bash-completion/completions/fatou",
    "644",
],
    [
    "target/completions/fatou.fish",
    "usr/share/fish/vendor_completions.d/fatou.fish",
    "644",
],
    [
    "target/completions/_fatou",
    "usr/share/zsh/vendor-completions/_fatou",
    "644",
],
]

[[package.metadata.generate-rpm.assets]]
source = "target/release/fatou"
dest = "/usr/bin/fatou"
mode = "755"

[[package.metadata.generate-rpm.assets]]
source = "README.md"
dest = "/usr/share/doc/fatou/README.md"
mode = "644"
doc = true

[[package.metadata.generate-rpm.assets]]
source = "LICENSE"
dest = "/usr/share/doc/fatou/LICENSE"
mode = "644"
doc = true

[[package.metadata.generate-rpm.assets]]
source = "target/man/*.1"
dest = "/usr/share/man/man1/"
mode = "644"

[[package.metadata.generate-rpm.assets]]
source = "target/completions/fatou.bash"
dest = "/usr/share/bash-completion/completions/fatou"
mode = "644"

[[package.metadata.generate-rpm.assets]]
source = "target/completions/fatou.fish"
dest = "/usr/share/fish/vendor_completions.d/fatou.fish"
mode = "644"

[[package.metadata.generate-rpm.assets]]
source = "target/completions/_fatou"
dest = "/usr/share/zsh/vendor-completions/_fatou"
mode = "644"

[lib]
name = "fatou"
path = "src/lib.rs"

[[bin]]
name = "fatou"
path = "src/main.rs"

[dependencies.annotate-snippets]
version = "0.12.16"

[dependencies.clap]
version = "4.6.1"
features = ["derive"]

[dependencies.crossbeam-channel]
version = "0.5"

[dependencies.dirs]
version = "6"

[dependencies.env_logger]
version = "0.11.10"

[dependencies.globset]
version = "0.4.18"

[dependencies.ignore]
version = "0.4.26"

[dependencies.log]
version = "0.4.32"
features = ["release_max_level_info"]

[dependencies.lsp-server]
version = "0.10"

[dependencies.lsp-types]
version = "0.97"

[dependencies.postcard]
version = "1.1.3"
features = ["use-std"]

[dependencies.rayon]
version = "1.12"

[dependencies.rowan]
version = "0.16.1"

[dependencies.salsa]
version = "0.28.0"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.145"

[dependencies.similar]
version = "3.1.1"
features = ["text"]

[dependencies.smol_str]
version = "0.3"

[dependencies.toml]
version = "1.1.2"

[dependencies.unicode-normalization]
version = "0.1.24"

[dev-dependencies.insta]
version = "1.47.2"

[dev-dependencies.tempfile]
version = "3.27.0"

[build-dependencies.clap]
version = "4.6.1"
features = ["derive"]

[build-dependencies.clap_complete]
version = "4.6.5"

[build-dependencies.clap_mangen]
version = "0.3.0"

[build-dependencies.clapdown]
version = "0.1.0"

[profile.release]
strip = "symbols"