mef2tmf 0.1.0

Library to translate from MEF into TMF
Documentation
[dependencies.meflib]
version = "0.1.0"

[dependencies.serde]
version = "1.0.204"

[dependencies.serde_json]
version = "1.0.120"

[dependencies.tmflib]
version = "0.1.19"

[[example]]
name = "mef_to_tmf"
path = "examples/mef_to_tmf.rs"

[lib]
name = "mef2tmf"
path = "src/lib.rs"

[package]
authors = ["Ryan Ruckley <rruckley@gmail.com"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Library to translate from MEF into TMF"
edition = "2021"
license = "Apache-2.0"
name = "mef2tmf"
readme = false
repository = "https://github.com/rruckley/mef2tmf"
version = "0.1.0"