참고소스 수정본
This commit is contained in:
40
참고/firecrawl-main/apps/api/native/Cargo.toml
Normal file
40
참고/firecrawl-main/apps/api/native/Cargo.toml
Normal file
@@ -0,0 +1,40 @@
|
||||
|
||||
[package]
|
||||
authors = ["Firecrawl"]
|
||||
edition = "2021"
|
||||
name = "firecrawl_rs"
|
||||
version = "0.1.0"
|
||||
|
||||
[lib]
|
||||
crate-type = ["cdylib"]
|
||||
|
||||
[dependencies]
|
||||
chrono = { version = "0.4", features = ["serde"] }
|
||||
kuchikiki = "0.8.2"
|
||||
lol_html = "2.6.0"
|
||||
pdf-inspector = { git = "https://github.com/firecrawl/pdf-inspector", rev = "d8bb0f5" }
|
||||
maud = "0.27.0"
|
||||
napi = { version = "3.0.0", features = ["serde-json", "tokio_rt"] }
|
||||
napi-derive = "3.0.0"
|
||||
nodesig = { git = "https://github.com/firecrawl/nodesig" }
|
||||
psl = "2.1.140"
|
||||
regex = "1.11.2"
|
||||
roxmltree = "0.20.0"
|
||||
serde = { version = "1.0.219", features = ["derive"] }
|
||||
serde_json = "1.0.143"
|
||||
strsim = "0.11"
|
||||
texting_robots = "0.2.2"
|
||||
url = "2.5.7"
|
||||
zip = "5.0.0"
|
||||
calamine = { git = "https://github.com/firecrawl/calamine", branch = "fc-prod" }
|
||||
cfb = "0.10"
|
||||
tokio = "1.48.0"
|
||||
tracing = "0.1"
|
||||
tracing-subscriber = { version = "0.3", default-features = false, features = ["registry"] }
|
||||
|
||||
[build-dependencies]
|
||||
napi-build = "2"
|
||||
|
||||
[profile.release]
|
||||
lto = true
|
||||
strip = "debuginfo"
|
||||
Reference in New Issue
Block a user