-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: simplify and move to core v0.5
- Loading branch information
1 parent
1fcbaa5
commit 36a51b5
Showing
41 changed files
with
1,230 additions
and
1,563 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,6 +1,6 @@ | ||
[package] | ||
name = "rdftk_io" | ||
version = "0.3.0" | ||
version = "0.3.1" | ||
authors = ["Simon Johnston <[email protected]>"] | ||
edition = "2021" | ||
description = "This crate provides traits for reading and writing Statements and Graphs as well as implementations of these for common representations." | ||
|
@@ -29,15 +29,15 @@ xml = ["xml-rs", "rdftk_names"] | |
itertools = "0.13" | ||
lazy_static = "1.4" | ||
objio = "0.1.1" | ||
rdftk_core = { version = "0.4.2", path = "../rdftk_core" } | ||
rdftk_iri = { version = "0.2.2", path = "../rdftk_iri" } | ||
rdftk_core = { version = "0.5.0", path = "../rdftk_core" } | ||
rdftk_iri = { version = "0.2.5", path = "../rdftk_iri" } | ||
regex = "1.5" | ||
tracing = "0.1.40" | ||
|
||
# feature-dependencies | ||
pest = { version = "2.7", optional = true } | ||
pest_derive = { version = "2.7", optional = true } | ||
rdftk_names = { version = "0.2.1", path = "../rdftk_names", optional = true } | ||
rdftk_names = { version = "0.2.3", path = "../rdftk_names", optional = true } | ||
serde_json = { version = "1.0", optional = true } | ||
xml-rs = { version = "0.8", optional = true } | ||
|
||
|
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
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
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
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
Oops, something went wrong.