table-editor 0.3.0

A local HTTP server and browser bundle for editing a repository's JSONL tables
# 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"
rust-version = "1.88"
name = "table-editor"
version = "0.3.0"
authors = ["Richard Keelan"]
build = "build.rs"
include = [
    "/build.rs",
    "/src/**/*.rs",
    "/assets/index.html",
    "/assets/placeholder.html",
    "/examples/library/**",
    "/README.md",
    "/LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A local HTTP server and browser bundle for editing a repository's JSONL tables"
readme = "README.md"
keywords = [
    "jsonl",
    "table",
    "editor",
    "spreadsheet",
    "local",
]
categories = [
    "web-programming::http-server",
    "development-tools",
    "encoding",
]
license = "MIT"
repository = "https://github.com/RKeelan/TableEditor"

[features]
default = ["server"]
server = [
    "dep:anyhow",
    "dep:clap",
    "dep:tiny_http",
    "dep:windows-sys",
]

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

[[example]]
name = "library"
path = "examples/library/main.rs"
required-features = ["server"]

[dependencies.anyhow]
version = "=1.0.104"
optional = true

[dependencies.clap]
version = "=4.6.7"
features = ["derive"]
optional = true

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

[dependencies.serde_json]
version = "=1.0.151"

[dependencies.tiny_http]
version = "=0.12.0"
optional = true

[target."cfg(windows)".dependencies.windows-sys]
version = "=0.61.2"
features = [
    "Win32_Foundation",
    "Win32_System_Console",
]
optional = true