# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "framed" version = "0.4.3" authors = ["Alex Helfet "] description = "Send and receive data over lossy streams of bytes." readme = "../README.md" keywords = ["no_std", "networking", "datalink", "protocol", "embedded"] categories = ["no-std", "embedded", "encoding", "network-programming"] license = "MIT OR Apache-2.0" repository = "https://github.com/fluffysquirrels/framed-rs" [dependencies.byteorder] version = "^1.2.1" default-features = false [dependencies.cobs] version = "^0.1.4" default-features = false [dependencies.crc16] version = "^0.3.4" [dependencies.ref_slice] version = "^1.1.1" [dependencies.serde] version = "^1.0" default-features = false [dependencies.ssmarshal] version = "^1.0" default-features = false [dev-dependencies.serde_derive] version = "^1.0" [features] default = ["use_std"] trace = [] use_nightly = [] use_std = ["serde/std", "ssmarshal/std"] [badges.travis-ci] branch = "master" repository = "fluffysquirrels/framed-rs"