Sha256: d8d4a134ae3cdd1593a874da72192f2b88c0f1835140b87ab22617115b720d5c

Contents?: true

Size: 1.18 KB

Versions: 11

Compression:

Stored size: 1.18 KB

Contents

# 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 = "cobs"
version = "0.2.3"
authors = [
    "Allen Welkie <>",
    "James Munns <james.munns@ferrous-systems.com>",
]
description = """
    This is an implementation of the Consistent Overhead Byte Stuffing (COBS) algorithm.
    COBS is an algorithm for transforming a message into an encoding where a specific value
    (the \"sentinel\" value) is not used. This value can then be used to mark frame boundaries
    in a serial communication channel. """
keywords = [
    "consistent",
    "overhead",
    "byte",
    "stuffing",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/jamesmunns/cobs.rs"

[dev-dependencies.quickcheck]
version = "^0.5.0"

[features]
default = ["use_std"]
use_std = []

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
wasmtime-29.0.0 ./ext/cargo-vendor/cobs-0.2.3/Cargo.toml
wasmtime-28.0.0 ./ext/cargo-vendor/cobs-0.2.3/Cargo.toml
wasmtime-27.0.0 ./ext/cargo-vendor/cobs-0.2.3/Cargo.toml
wasmtime-26.0.0 ./ext/cargo-vendor/cobs-0.2.3/Cargo.toml
wasmtime-25.0.2 ./ext/cargo-vendor/cobs-0.2.3/Cargo.toml
wasmtime-25.0.1 ./ext/cargo-vendor/cobs-0.2.3/Cargo.toml
wasmtime-25.0.0 ./ext/cargo-vendor/cobs-0.2.3/Cargo.toml
wasmtime-24.0.0 ./ext/cargo-vendor/cobs-0.2.3/Cargo.toml
wasmtime-23.0.2 ./ext/cargo-vendor/cobs-0.2.3/Cargo.toml
wasmtime-22.0.0 ./ext/cargo-vendor/cobs-0.2.3/Cargo.toml
wasmtime-21.0.1 ./ext/cargo-vendor/cobs-0.2.3/Cargo.toml