You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Cargo.toml
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
[package]
2
2
name = "asposepdf"
3
-
version = "1.25.8"
3
+
version = "1.25.9"
4
4
edition = "2021"
5
5
license = "MIT"
6
6
description = "Aspose.PDF for Rust via C++ is a powerful toolkit that allows developers to manipulate PDF files directly and helps do various tasks for PDF. Contains unique features for converting PDF to other formats."
@@ -20,11 +20,12 @@ categories = [
20
20
"external-ffi-bindings",
21
21
"text-processing",
22
22
"graphics",
23
-
"document-processing"
23
+
"encoding"
24
24
]
25
-
exclude = ["/lib/*", "/target/*"]
26
25
27
26
[dependencies]
27
+
serde = { version = "1.0", features = ["derive"] }
Return metadata information about the Aspose.PDF for Rust via C++ with product name, version, release date, and license status.
47
57
48
58
## Platforms
49
59
@@ -125,7 +135,7 @@ This package includes precompiled native libraries (`.dll`, `.so`, `.dylib`) whi
125
135
2. **Build** your project (`cargo build`). On the first build, the appropriate dynamic library foryour platform will be automatically unpacked from the `.bz2` archivein the `lib` folder. This may cause a short delay.
126
136
127
137
>**Notes**
128
-
> - You do not need to manually download or extract any files — everything is included in the GitHub repository.
138
+
> - You do not need to manually download or extract any files — everything is included in the GitHub repository.
129
139
> - All `.bz2` archives have matching `.sha256` checksum files. The checksum is verified before unpacking.
130
140
> - If the checksum verification fails or the archive is missing, the build will fail with a detailed error.
131
141
> - The build script links the appropriate native library and ensures runtime availability using platform-specific options.
0 commit comments