kg-diag 0.4.0

Error/diagnostic management. I/O routines for reading UTF-8 textual data with position tracking.
Documentation
[package]
name = "kg-diag"
version = "0.4.0"
authors = ["Jakub Chłapiński <jakub.chlapinski@kodegenix.pl>"]
description = """
Error/diagnostic management. I/O routines for reading UTF-8 textual data with position tracking.
"""
readme = "README.md"
license = "Apache-2.0 OR MIT"
repository = "https://github.com/Kodegenix/kg-diag"
workspace = ".."
edition = "2018"

[dependencies]
kg-display = "0.1.2"
kg-display-derive = "0.1.1"
backtrace = "0.3.37"
serde = "1.0.99"
serde_derive = "1.0.99"

[dev-dependencies]
assert_approx_eq = "1.1.0"
tempfile = "3.1.0"