[package] name = "mxf" version = "0.1.2" authors = ["Marc-Antoine Arnaud "] description = """ Library to read/write following SMPTE 377M (MXF) standard. """ license = "MIT" repository = "https://github.com/media-io/rs_mxf" documentation = "https://docs.rs/mxf" [dependencies] byteorder = "1.0.0" [lib] name = "mxf" crate-type = ["rlib", "dylib"]