libedit 0.2.0

Safe Rust bindings to the libedit line-editing library
# 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"
rust-version = "1.82"
name = "libedit"
version = "0.2.0"
build = "build.rs"
include = [
    "src/**",
    "build.rs",
    "examples/**",
    "tests/**",
    "Cargo.toml",
    "../LICENSE",
    "../README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Safe Rust bindings to the libedit line-editing library"
readme = "README.md"
keywords = [
    "libedit",
    "editline",
    "line-editor",
    "readline",
]
categories = ["command-line-interface"]
license = "BSD-2-Clause"
repository = "https://github.com/ogital-net/libedit-rs"

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

[[example]]
name = "repl"
path = "examples/repl.rs"

[[test]]
name = "integration"
path = "tests/integration.rs"

[dependencies.libc]
version = "0.2"

[dependencies.libedit-sys]
version = "0.2.0"

[build-dependencies.cc]
version = "1"