# 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 = "someip" version = "0.1.1" authors = ["Sojan James "] description = "SOME/IP Service and Client implementation" homepage = "https://github.com/sjames/someip" readme = "README.md" license-file = "LICENSE" [dependencies.async-std] version = "1.9.0" [dependencies.async-trait] version = "0.1.31" [dependencies.bincode] version = "1.3" [dependencies.bitvec] version = "1.0.1" [dependencies.bytes] version = "1.0.1" [dependencies.futures] version = "0.3" [dependencies.log] version = "0.4.14" [dependencies.pretty_env_logger] version = "0.4.0" [dependencies.rand] version = "0.8.4" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.someip_parse] version = "0.2.0" [dependencies.thiserror] version = "1.0.24" [dependencies.tokio] version = "1.20" features = ["full"] [dependencies.tokio-util] version = "0.6.5" features = [ "codec", "net", "time", ] [dev-dependencies.async-std] version = "1.9.0" [dev-dependencies.async-trait] version = "0.1.51" [dev-dependencies.bincode] version = "1.3" [dev-dependencies.simplelog] version = "0.10.0"