# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "mmids-core" version = "2.0.0-dev.7" authors = ["Matthew Shapiro "] description = "Powerful and user friendly live video server" documentation = "https://kalldrexx.github.io/mmids/" readme = "Readme.md" license = "MIT" repository = "https://github.com/KallDrexx/mmids" [dependencies.anyhow] version = "1.0.54" [dependencies.async-recursion] version = "0.3.2" [dependencies.async-trait] version = "0.1.51" [dependencies.byteorder] version = "1.4.3" [dependencies.bytes] version = "1" [dependencies.cidr-utils] version = "0.5.5" [dependencies.downcast-rs] version = "1.2.0" [dependencies.futures] version = "0.3" [dependencies.hyper] version = "0.14" features = ["full"] [dependencies.native-tls] version = "0.2" [dependencies.pest] version = "2.1" [dependencies.pest_derive] version = "2.1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.21" features = [ "sync", "rt-multi-thread", "macros", ] [dependencies.tokio-native-tls] version = "0.3" [dependencies.tracing] version = "0.1" features = ["log"] [dependencies.uuid] version = "1.2" features = ["v4"] [features] test-utils = []