Skip to content

Commit 2c7f6da

Browse files
committed
chore: regenerate with alef main (post-v0.19.9 fixes)
1 parent 2d2e89f commit 2c7f6da

349 files changed

Lines changed: 14310 additions & 6918 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

crates/html-to-markdown-ffi/Cargo.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,6 @@ keywords = ["html", "markdown", "converter"]
99
categories = ["text-processing"]
1010
repository = "https://github.com/kreuzberg-dev/html-to-markdown"
1111

12-
[lib]
13-
crate-type = ["cdylib", "staticlib"]
14-
15-
[dependencies]
16-
html-to-markdown-rs = { path = "../html-to-markdown", version = "3.5.1", features = ["full", "metadata", "visitor", "serde", "inline-images"] }
17-
ahash = "0.8"
18-
serde_json = "1"
19-
tokio = { version = "1", features = ["full"] }
20-
async-trait = "0.1"
21-
2212
# `serde_json`, `ahash`, and `tokio` are emitted unconditionally above so the
2313
# manifest is stable across regens (and so the C FFI codegen can pull them in
2414
# when an async / Result-typed function appears in the API surface), but for
@@ -30,9 +20,19 @@ async-trait = "0.1"
3020
[package.metadata.cargo-machete]
3121
ignored = ["ahash", "serde_json", "tokio", "async-trait"]
3222

23+
[lib]
24+
crate-type = ["cdylib", "staticlib"]
25+
3326
[features]
3427
default = []
3528

29+
[dependencies]
30+
ahash = "0.8"
31+
async-trait = "0.1"
32+
html-to-markdown-rs = { path = "../html-to-markdown", version = "3.5.1", features = ["full", "metadata", "visitor", "serde", "inline-images"] }
33+
serde_json = "1"
34+
tokio = { version = "1", features = ["full"] }
35+
3636
[build-dependencies]
3737
cbindgen = "0.29"
3838

crates/html-to-markdown-ffi/build.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// This file is auto-generated by alef. DO NOT EDIT.
2+
// alef:hash:e51a0cca3e67d0709fe9d636759674fbb9fbc13735f42ae420165dd9c87bbb8a
23
fn main() {
34
let crate_dir = std::env::var("CARGO_MANIFEST_DIR").unwrap();
45
cbindgen::generate(crate_dir)

crates/html-to-markdown-ffi/cbindgen.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# This file is auto-generated by alef. DO NOT EDIT.
2+
# alef:hash:30d9d6ffe6b3fcb20d71c97a01442ea43cc602954e56e128fda8fa0f715c1b7f
23
language = "C"
34
include_guard = "HTM_H"
45
pragma_once = true

crates/html-to-markdown-ffi/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// This file is auto-generated by alef. DO NOT EDIT.
2+
// alef:hash:5eebdbf22e05fa38b994bae064ba4beac44e3faa0e14f026700c394cfc6ec112
23
// Re-generate with: alef generate
34
#![allow(dead_code, unused_imports, unused_variables, unused_mut, noop_method_call)]
45
#![allow(

crates/html-to-markdown-node/Cargo.toml

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)