-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2191176
commit 63def06
Showing
2 changed files
with
14 additions
and
1,043 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,17 @@ | ||
[package] | ||
name = "lol_html_c_api" | ||
version = "1.1.2" | ||
description = "Low output latency streaming HTML parser/rewriter" | ||
authors = ["Ivan Nikulin <[email protected]>", "Joshua Nelson <[email protected]>"] | ||
edition = "2021" | ||
links = "lolhtml" | ||
publish = false | ||
|
||
[features] | ||
default = ["capi"] | ||
# Required to exist for cargo-c to work | ||
capi = [] | ||
|
||
[dependencies] | ||
encoding_rs = "0.8.13" | ||
lol_html = { path = "../" } | ||
|
@@ -19,3 +25,11 @@ lto = true | |
[lib] | ||
name = "lolhtml" | ||
crate-type = ["staticlib", "cdylib", "rlib"] | ||
|
||
[package.metadata.capi.header] | ||
name = "lol_html" | ||
subdirectory = "" | ||
|
||
[package.metadata.capi.pkg_config] | ||
name = "lol-html" | ||
filename = "lol-html" |
Oops, something went wrong.