[package] name = "flv-rs" version = "0.1.1" authors = ["Turbidsoul "] edition = "2018" description = "简单的flv文件解析" license = "Apache-2.0" readme = "README.md" repository = "https://gitee.com/turbidsoul/flv-rs/" include = ["src/", "README.md", ] [lib] crate-type = ["dylib", "rlib"] [profile.release] opt-level = 3 debug = false split-debuginfo = "..." # Platform-specific. debug-assertions = false overflow-checks = false lto = false panic = 'abort' incremental = false codegen-units = 16 rpath = false # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] log = "0.4.14" simple_logger = "1.11.0" linked-hash-map = "0.5.4"