lector-browser 0.1.0

A high-performance graphical terminal web browser targeting Sixel first.
# 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 = "lector-browser"
version = "0.1.0"
build = false
exclude = [
    "vendor/servo/**",
    "crates/lector-servo-native/target/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A high-performance graphical terminal web browser targeting Sixel first."
homepage = "https://github.com/maokangkun/Terminal/tree/main/lector"
documentation = "https://docs.rs/lector-browser"
readme = "README.md"
keywords = [
    "terminal",
    "browser",
    "sixel",
    "servo",
    "tui",
]
categories = [
    "command-line-utilities",
    "web-programming",
]
license = "MIT"
repository = "https://github.com/maokangkun/Terminal"

[features]
default = []
servo-native = ["dep:lector-servo-native"]

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

[dependencies.lector-servo-native]
version = "0.1.0"
optional = true

[profile.release]
lto = "thin"
codegen-units = 1
panic = "abort"
strip = "symbols"