You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

Cargo.lock 113 kB

Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806180718081809181018111812181318141815181618171818181918201821182218231824182518261827182818291830183118321833183418351836183718381839184018411842184318441845184618471848184918501851185218531854185518561857185818591860186118621863186418651866186718681869187018711872187318741875187618771878187918801881188218831884188518861887188818891890189118921893189418951896189718981899190019011902190319041905190619071908190919101911191219131914191519161917191819191920192119221923192419251926192719281929193019311932193319341935193619371938193919401941194219431944194519461947194819491950195119521953195419551956195719581959196019611962196319641965196619671968196919701971197219731974197519761977197819791980198119821983198419851986198719881989199019911992199319941995199619971998199920002001200220032004200520062007200820092010201120122013201420152016201720182019202020212022202320242025202620272028202920302031203220332034203520362037203820392040204120422043204420452046204720482049205020512052205320542055205620572058205920602061206220632064206520662067206820692070207120722073207420752076207720782079208020812082208320842085208620872088208920902091209220932094209520962097209820992100210121022103210421052106210721082109211021112112211321142115211621172118211921202121212221232124212521262127212821292130213121322133213421352136213721382139214021412142214321442145214621472148214921502151215221532154215521562157215821592160216121622163216421652166216721682169217021712172217321742175217621772178217921802181218221832184218521862187218821892190219121922193219421952196219721982199220022012202220322042205220622072208220922102211221222132214221522162217221822192220222122222223222422252226222722282229223022312232223322342235223622372238223922402241224222432244224522462247224822492250225122522253225422552256225722582259226022612262226322642265226622672268226922702271227222732274227522762277227822792280228122822283228422852286228722882289229022912292229322942295229622972298229923002301230223032304230523062307230823092310231123122313231423152316231723182319232023212322232323242325232623272328232923302331233223332334233523362337233823392340234123422343234423452346234723482349235023512352235323542355235623572358235923602361236223632364236523662367236823692370237123722373237423752376237723782379238023812382238323842385238623872388238923902391239223932394239523962397239823992400240124022403240424052406240724082409241024112412241324142415241624172418241924202421242224232424242524262427242824292430243124322433243424352436243724382439244024412442244324442445244624472448244924502451245224532454245524562457245824592460246124622463246424652466246724682469247024712472247324742475247624772478247924802481248224832484248524862487248824892490249124922493249424952496249724982499250025012502250325042505250625072508250925102511251225132514251525162517251825192520252125222523252425252526252725282529253025312532253325342535253625372538253925402541254225432544254525462547254825492550255125522553255425552556255725582559256025612562256325642565256625672568256925702571257225732574257525762577257825792580258125822583258425852586258725882589259025912592259325942595259625972598259926002601260226032604260526062607260826092610261126122613261426152616261726182619262026212622262326242625262626272628262926302631263226332634263526362637263826392640264126422643264426452646264726482649265026512652265326542655265626572658265926602661266226632664266526662667266826692670267126722673267426752676267726782679268026812682268326842685268626872688268926902691269226932694269526962697269826992700270127022703270427052706270727082709271027112712271327142715271627172718271927202721272227232724272527262727272827292730273127322733273427352736273727382739274027412742274327442745274627472748274927502751275227532754275527562757275827592760276127622763276427652766276727682769277027712772277327742775277627772778277927802781278227832784278527862787278827892790279127922793279427952796279727982799280028012802280328042805280628072808280928102811281228132814281528162817281828192820282128222823282428252826282728282829283028312832283328342835283628372838283928402841284228432844284528462847284828492850285128522853285428552856285728582859286028612862286328642865286628672868286928702871287228732874287528762877287828792880288128822883288428852886288728882889289028912892289328942895289628972898289929002901290229032904290529062907290829092910291129122913291429152916291729182919292029212922292329242925292629272928292929302931293229332934293529362937293829392940294129422943294429452946294729482949295029512952295329542955295629572958295929602961296229632964296529662967296829692970297129722973297429752976297729782979298029812982298329842985298629872988298929902991299229932994299529962997299829993000300130023003300430053006300730083009301030113012301330143015301630173018301930203021302230233024302530263027302830293030303130323033303430353036303730383039304030413042304330443045304630473048304930503051305230533054305530563057305830593060306130623063306430653066306730683069307030713072307330743075307630773078307930803081308230833084308530863087308830893090309130923093309430953096309730983099310031013102310331043105310631073108310931103111311231133114311531163117311831193120312131223123312431253126312731283129313031313132313331343135313631373138313931403141314231433144314531463147314831493150315131523153315431553156315731583159316031613162316331643165316631673168316931703171317231733174317531763177317831793180318131823183318431853186318731883189319031913192319331943195319631973198319932003201320232033204320532063207320832093210321132123213321432153216321732183219322032213222322332243225322632273228322932303231323232333234323532363237323832393240324132423243324432453246324732483249325032513252325332543255325632573258325932603261326232633264326532663267326832693270327132723273327432753276327732783279328032813282328332843285328632873288328932903291329232933294329532963297329832993300330133023303330433053306330733083309331033113312331333143315331633173318331933203321332233233324332533263327332833293330333133323333333433353336333733383339334033413342334333443345334633473348334933503351335233533354335533563357335833593360336133623363336433653366336733683369337033713372337333743375337633773378337933803381338233833384338533863387338833893390339133923393339433953396339733983399340034013402340334043405340634073408340934103411341234133414341534163417341834193420342134223423342434253426342734283429343034313432343334343435343634373438343934403441344234433444344534463447344834493450345134523453345434553456345734583459346034613462346334643465346634673468346934703471347234733474347534763477347834793480348134823483348434853486348734883489349034913492349334943495349634973498349935003501350235033504350535063507350835093510351135123513351435153516351735183519352035213522352335243525352635273528352935303531353235333534353535363537353835393540354135423543354435453546354735483549355035513552355335543555355635573558355935603561356235633564356535663567356835693570357135723573357435753576357735783579358035813582358335843585358635873588358935903591359235933594359535963597359835993600360136023603360436053606360736083609361036113612361336143615361636173618361936203621362236233624362536263627362836293630363136323633363436353636363736383639364036413642364336443645364636473648364936503651365236533654365536563657365836593660366136623663366436653666366736683669367036713672367336743675367636773678367936803681368236833684368536863687368836893690369136923693369436953696369736983699370037013702370337043705370637073708370937103711371237133714371537163717371837193720372137223723372437253726372737283729373037313732373337343735373637373738373937403741374237433744374537463747374837493750375137523753375437553756375737583759376037613762376337643765376637673768376937703771377237733774377537763777377837793780378137823783378437853786378737883789379037913792379337943795379637973798379938003801380238033804380538063807380838093810381138123813381438153816381738183819382038213822382338243825382638273828382938303831383238333834383538363837383838393840384138423843384438453846384738483849385038513852385338543855385638573858385938603861386238633864386538663867386838693870387138723873387438753876387738783879388038813882388338843885388638873888388938903891389238933894389538963897389838993900390139023903390439053906390739083909391039113912391339143915391639173918391939203921392239233924392539263927392839293930393139323933393439353936393739383939394039413942394339443945394639473948394939503951395239533954395539563957395839593960396139623963396439653966396739683969397039713972397339743975397639773978397939803981398239833984398539863987398839893990399139923993399439953996399739983999400040014002400340044005400640074008400940104011401240134014401540164017401840194020402140224023402440254026402740284029403040314032403340344035403640374038403940404041404240434044404540464047404840494050405140524053405440554056405740584059406040614062406340644065406640674068406940704071407240734074407540764077407840794080408140824083408440854086408740884089409040914092409340944095409640974098409941004101410241034104410541064107410841094110411141124113411441154116411741184119412041214122412341244125412641274128412941304131413241334134413541364137413841394140414141424143414441454146414741484149415041514152415341544155415641574158415941604161416241634164416541664167416841694170417141724173417441754176417741784179418041814182418341844185418641874188418941904191419241934194419541964197419841994200420142024203420442054206420742084209421042114212421342144215421642174218421942204221422242234224422542264227422842294230423142324233423442354236423742384239424042414242424342444245424642474248424942504251425242534254425542564257425842594260426142624263426442654266426742684269427042714272427342744275427642774278427942804281428242834284428542864287428842894290429142924293429442954296429742984299430043014302430343044305430643074308430943104311431243134314431543164317431843194320432143224323432443254326432743284329433043314332433343344335433643374338433943404341434243434344434543464347434843494350435143524353435443554356435743584359436043614362436343644365436643674368436943704371437243734374437543764377437843794380438143824383438443854386438743884389439043914392439343944395439643974398439944004401440244034404440544064407440844094410441144124413441444154416441744184419442044214422442344244425442644274428442944304431443244334434443544364437443844394440444144424443444444454446444744484449445044514452445344544455445644574458445944604461446244634464446544664467446844694470447144724473447444754476447744784479448044814482448344844485448644874488448944904491449244934494449544964497449844994500450145024503450445054506450745084509451045114512451345144515451645174518451945204521452245234524452545264527452845294530453145324533453445354536453745384539454045414542454345444545454645474548454945504551455245534554455545564557455845594560456145624563456445654566456745684569457045714572457345744575457645774578457945804581458245834584458545864587458845894590459145924593459445954596459745984599460046014602460346044605460646074608460946104611461246134614461546164617461846194620462146224623462446254626462746284629463046314632463346344635463646374638463946404641464246434644464546464647464846494650465146524653465446554656465746584659466046614662466346644665466646674668466946704671467246734674467546764677467846794680468146824683468446854686468746884689469046914692469346944695469646974698469947004701470247034704470547064707470847094710471147124713471447154716471747184719472047214722472347244725472647274728472947304731473247334734473547364737473847394740474147424743474447454746474747484749475047514752475347544755475647574758475947604761476247634764476547664767476847694770477147724773477447754776477747784779
  1. # This file is automatically @generated by Cargo.
  2. # It is not intended for manual editing.
  3. version = 3
  4. [[package]]
  5. name = "aes"
  6. version = "0.8.2"
  7. source = "registry+https://github.com/rust-lang/crates.io-index"
  8. checksum = "433cfd6710c9986c576a25ca913c39d66a6474107b406f34f91d4a8923395241"
  9. dependencies = [
  10. "cfg-if",
  11. "cipher",
  12. "cpufeatures",
  13. ]
  14. [[package]]
  15. name = "aho-corasick"
  16. version = "0.7.18"
  17. source = "registry+https://github.com/rust-lang/crates.io-index"
  18. checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
  19. dependencies = [
  20. "memchr",
  21. ]
  22. [[package]]
  23. name = "anyhow"
  24. version = "1.0.69"
  25. source = "registry+https://github.com/rust-lang/crates.io-index"
  26. checksum = "224afbd727c3d6e4b90103ece64b8d1b67fbb1973b1046c2281eed3f3803f800"
  27. [[package]]
  28. name = "array-init"
  29. version = "2.1.0"
  30. source = "registry+https://github.com/rust-lang/crates.io-index"
  31. checksum = "3d62b7694a562cdf5a74227903507c56ab2cc8bdd1f781ed5cb4cf9c9f810bfc"
  32. [[package]]
  33. name = "async-attributes"
  34. version = "1.1.2"
  35. source = "registry+https://github.com/rust-lang/crates.io-index"
  36. checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
  37. dependencies = [
  38. "quote",
  39. "syn",
  40. ]
  41. [[package]]
  42. name = "async-channel"
  43. version = "1.6.1"
  44. source = "registry+https://github.com/rust-lang/crates.io-index"
  45. checksum = "2114d64672151c0c5eaa5e131ec84a74f06e1e559830dabba01ca30605d66319"
  46. dependencies = [
  47. "concurrent-queue 1.2.2",
  48. "event-listener",
  49. "futures-core",
  50. ]
  51. [[package]]
  52. name = "async-executor"
  53. version = "1.5.0"
  54. source = "registry+https://github.com/rust-lang/crates.io-index"
  55. checksum = "17adb73da160dfb475c183343c8cccd80721ea5a605d3eb57125f0a7b7a92d0b"
  56. dependencies = [
  57. "async-lock",
  58. "async-task",
  59. "concurrent-queue 2.1.0",
  60. "fastrand",
  61. "futures-lite",
  62. "slab",
  63. ]
  64. [[package]]
  65. name = "async-global-executor"
  66. version = "2.3.1"
  67. source = "registry+https://github.com/rust-lang/crates.io-index"
  68. checksum = "f1b6f5d7df27bd294849f8eec66ecfc63d11814df7a4f5d74168a2394467b776"
  69. dependencies = [
  70. "async-channel",
  71. "async-executor",
  72. "async-io",
  73. "async-lock",
  74. "blocking",
  75. "futures-lite",
  76. "once_cell",
  77. "tokio",
  78. ]
  79. [[package]]
  80. name = "async-io"
  81. version = "1.6.0"
  82. source = "registry+https://github.com/rust-lang/crates.io-index"
  83. checksum = "a811e6a479f2439f0c04038796b5cfb3d2ad56c230e0f2d3f7b04d68cfee607b"
  84. dependencies = [
  85. "concurrent-queue 1.2.2",
  86. "futures-lite",
  87. "libc",
  88. "log",
  89. "once_cell",
  90. "parking",
  91. "polling",
  92. "slab",
  93. "socket2",
  94. "waker-fn",
  95. "winapi",
  96. ]
  97. [[package]]
  98. name = "async-lock"
  99. version = "2.7.0"
  100. source = "registry+https://github.com/rust-lang/crates.io-index"
  101. checksum = "fa24f727524730b077666307f2734b4a1a1c57acb79193127dcc8914d5242dd7"
  102. dependencies = [
  103. "event-listener",
  104. ]
  105. [[package]]
  106. name = "async-process"
  107. version = "1.3.0"
  108. source = "registry+https://github.com/rust-lang/crates.io-index"
  109. checksum = "83137067e3a2a6a06d67168e49e68a0957d215410473a740cea95a2425c0b7c6"
  110. dependencies = [
  111. "async-io",
  112. "blocking",
  113. "cfg-if",
  114. "event-listener",
  115. "futures-lite",
  116. "libc",
  117. "once_cell",
  118. "signal-hook",
  119. "winapi",
  120. ]
  121. [[package]]
  122. name = "async-rustls"
  123. version = "0.3.0"
  124. source = "registry+https://github.com/rust-lang/crates.io-index"
  125. checksum = "93b21a03b7c21702a0110f9f8d228763a533570deb376119042dabf33c37a01a"
  126. dependencies = [
  127. "futures-io",
  128. "rustls",
  129. "webpki",
  130. ]
  131. [[package]]
  132. name = "async-std"
  133. version = "1.12.0"
  134. source = "registry+https://github.com/rust-lang/crates.io-index"
  135. checksum = "62565bb4402e926b29953c785397c6dc0391b7b446e45008b0049eb43cec6f5d"
  136. dependencies = [
  137. "async-attributes",
  138. "async-channel",
  139. "async-global-executor",
  140. "async-io",
  141. "async-lock",
  142. "async-process",
  143. "crossbeam-utils",
  144. "futures-channel",
  145. "futures-core",
  146. "futures-io",
  147. "futures-lite",
  148. "gloo-timers",
  149. "kv-log-macro",
  150. "log",
  151. "memchr",
  152. "once_cell",
  153. "pin-project-lite",
  154. "pin-utils",
  155. "slab",
  156. "wasm-bindgen-futures",
  157. ]
  158. [[package]]
  159. name = "async-stream"
  160. version = "0.3.3"
  161. source = "registry+https://github.com/rust-lang/crates.io-index"
  162. checksum = "dad5c83079eae9969be7fadefe640a1c566901f05ff91ab221de4b6f68d9507e"
  163. dependencies = [
  164. "async-stream-impl",
  165. "futures-core",
  166. ]
  167. [[package]]
  168. name = "async-stream-impl"
  169. version = "0.3.3"
  170. source = "registry+https://github.com/rust-lang/crates.io-index"
  171. checksum = "10f203db73a71dfa2fb6dd22763990fa26f3d2625a6da2da900d23b87d26be27"
  172. dependencies = [
  173. "proc-macro2",
  174. "quote",
  175. "syn",
  176. ]
  177. [[package]]
  178. name = "async-task"
  179. version = "4.2.0"
  180. source = "registry+https://github.com/rust-lang/crates.io-index"
  181. checksum = "30696a84d817107fc028e049980e09d5e140e8da8f1caeb17e8e950658a3cea9"
  182. [[package]]
  183. name = "async-trait"
  184. version = "0.1.64"
  185. source = "registry+https://github.com/rust-lang/crates.io-index"
  186. checksum = "1cd7fce9ba8c3c042128ce72d8b2ddbf3a05747efb67ea0313c635e10bda47a2"
  187. dependencies = [
  188. "proc-macro2",
  189. "quote",
  190. "syn",
  191. ]
  192. [[package]]
  193. name = "atomic-waker"
  194. version = "1.0.0"
  195. source = "registry+https://github.com/rust-lang/crates.io-index"
  196. checksum = "065374052e7df7ee4047b1160cca5e1467a12351a40b3da123c870ba0b8eda2a"
  197. [[package]]
  198. name = "atty"
  199. version = "0.2.14"
  200. source = "registry+https://github.com/rust-lang/crates.io-index"
  201. checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
  202. dependencies = [
  203. "hermit-abi 0.1.19",
  204. "libc",
  205. "winapi",
  206. ]
  207. [[package]]
  208. name = "autocfg"
  209. version = "1.1.0"
  210. source = "registry+https://github.com/rust-lang/crates.io-index"
  211. checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
  212. [[package]]
  213. name = "base64"
  214. version = "0.13.1"
  215. source = "registry+https://github.com/rust-lang/crates.io-index"
  216. checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
  217. [[package]]
  218. name = "base64"
  219. version = "0.21.0"
  220. source = "registry+https://github.com/rust-lang/crates.io-index"
  221. checksum = "a4a4ddaa51a5bc52a6948f74c06d20aaaddb71924eab79b8c97a8c556e942d6a"
  222. [[package]]
  223. name = "base64ct"
  224. version = "1.6.0"
  225. source = "registry+https://github.com/rust-lang/crates.io-index"
  226. checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
  227. [[package]]
  228. name = "benchmark-example-node"
  229. version = "0.2.1"
  230. dependencies = [
  231. "dora-node-api",
  232. "eyre",
  233. "futures",
  234. "rand",
  235. "tokio",
  236. "tracing",
  237. "tracing-subscriber",
  238. ]
  239. [[package]]
  240. name = "benchmark-example-sink"
  241. version = "0.2.1"
  242. dependencies = [
  243. "dora-node-api",
  244. "eyre",
  245. "tracing",
  246. "tracing-subscriber",
  247. ]
  248. [[package]]
  249. name = "bincode"
  250. version = "1.3.3"
  251. source = "registry+https://github.com/rust-lang/crates.io-index"
  252. checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
  253. dependencies = [
  254. "serde",
  255. ]
  256. [[package]]
  257. name = "bitflags"
  258. version = "1.3.2"
  259. source = "registry+https://github.com/rust-lang/crates.io-index"
  260. checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
  261. [[package]]
  262. name = "bitvec"
  263. version = "1.0.1"
  264. source = "registry+https://github.com/rust-lang/crates.io-index"
  265. checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
  266. dependencies = [
  267. "funty",
  268. "radium",
  269. "tap",
  270. "wyz",
  271. ]
  272. [[package]]
  273. name = "block-buffer"
  274. version = "0.7.3"
  275. source = "registry+https://github.com/rust-lang/crates.io-index"
  276. checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b"
  277. dependencies = [
  278. "block-padding",
  279. "byte-tools",
  280. "byteorder",
  281. "generic-array 0.12.4",
  282. ]
  283. [[package]]
  284. name = "block-buffer"
  285. version = "0.10.4"
  286. source = "registry+https://github.com/rust-lang/crates.io-index"
  287. checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
  288. dependencies = [
  289. "generic-array 0.14.5",
  290. ]
  291. [[package]]
  292. name = "block-padding"
  293. version = "0.1.5"
  294. source = "registry+https://github.com/rust-lang/crates.io-index"
  295. checksum = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5"
  296. dependencies = [
  297. "byte-tools",
  298. ]
  299. [[package]]
  300. name = "blocking"
  301. version = "1.2.0"
  302. source = "registry+https://github.com/rust-lang/crates.io-index"
  303. checksum = "c6ccb65d468978a086b69884437ded69a90faab3bbe6e67f242173ea728acccc"
  304. dependencies = [
  305. "async-channel",
  306. "async-task",
  307. "atomic-waker",
  308. "fastrand",
  309. "futures-lite",
  310. "once_cell",
  311. ]
  312. [[package]]
  313. name = "bumpalo"
  314. version = "3.12.0"
  315. source = "registry+https://github.com/rust-lang/crates.io-index"
  316. checksum = "0d261e256854913907f67ed06efbc3338dfe6179796deefc1ff763fc1aee5535"
  317. [[package]]
  318. name = "byte-tools"
  319. version = "0.3.1"
  320. source = "registry+https://github.com/rust-lang/crates.io-index"
  321. checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"
  322. [[package]]
  323. name = "byteorder"
  324. version = "1.4.3"
  325. source = "registry+https://github.com/rust-lang/crates.io-index"
  326. checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
  327. [[package]]
  328. name = "bytes"
  329. version = "1.1.0"
  330. source = "registry+https://github.com/rust-lang/crates.io-index"
  331. checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8"
  332. [[package]]
  333. name = "cache-padded"
  334. version = "1.2.0"
  335. source = "registry+https://github.com/rust-lang/crates.io-index"
  336. checksum = "c1db59621ec70f09c5e9b597b220c7a2b43611f4710dc03ceb8748637775692c"
  337. [[package]]
  338. name = "capnp"
  339. version = "0.14.11"
  340. source = "registry+https://github.com/rust-lang/crates.io-index"
  341. checksum = "2dca085c2c7d9d65ad749d450b19b551efaa8e3476a439bdca07aca8533097f3"
  342. [[package]]
  343. name = "capnpc"
  344. version = "0.14.7"
  345. source = "registry+https://github.com/rust-lang/crates.io-index"
  346. checksum = "c7ed9b80f792ac01a8b328ccbc509c2bd756fb5dec18af0163e7963dde23c0b5"
  347. dependencies = [
  348. "capnp",
  349. ]
  350. [[package]]
  351. name = "cc"
  352. version = "1.0.73"
  353. source = "registry+https://github.com/rust-lang/crates.io-index"
  354. checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"
  355. [[package]]
  356. name = "cesu8"
  357. version = "1.1.0"
  358. source = "registry+https://github.com/rust-lang/crates.io-index"
  359. checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
  360. [[package]]
  361. name = "cfg-if"
  362. version = "1.0.0"
  363. source = "registry+https://github.com/rust-lang/crates.io-index"
  364. checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
  365. [[package]]
  366. name = "cipher"
  367. version = "0.4.4"
  368. source = "registry+https://github.com/rust-lang/crates.io-index"
  369. checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
  370. dependencies = [
  371. "crypto-common",
  372. "inout",
  373. ]
  374. [[package]]
  375. name = "clap"
  376. version = "3.2.23"
  377. source = "registry+https://github.com/rust-lang/crates.io-index"
  378. checksum = "71655c45cb9845d3270c9d6df84ebe72b4dad3c2ba3f7023ad47c144e4e473a5"
  379. dependencies = [
  380. "atty",
  381. "bitflags",
  382. "clap_derive 3.2.18",
  383. "clap_lex 0.2.4",
  384. "indexmap",
  385. "once_cell",
  386. "strsim",
  387. "termcolor",
  388. "textwrap",
  389. ]
  390. [[package]]
  391. name = "clap"
  392. version = "4.0.3"
  393. source = "registry+https://github.com/rust-lang/crates.io-index"
  394. checksum = "3943ff31339d6d148b4e9cfb9b1eb0f814989ed21dfede3c2d2e11f3d9497f60"
  395. dependencies = [
  396. "atty",
  397. "bitflags",
  398. "clap_derive 4.0.1",
  399. "clap_lex 0.3.0",
  400. "once_cell",
  401. "strsim",
  402. "termcolor",
  403. ]
  404. [[package]]
  405. name = "clap_derive"
  406. version = "3.2.18"
  407. source = "registry+https://github.com/rust-lang/crates.io-index"
  408. checksum = "ea0c8bce528c4be4da13ea6fead8965e95b6073585a2f05204bd8f4119f82a65"
  409. dependencies = [
  410. "heck 0.4.0",
  411. "proc-macro-error",
  412. "proc-macro2",
  413. "quote",
  414. "syn",
  415. ]
  416. [[package]]
  417. name = "clap_derive"
  418. version = "4.0.1"
  419. source = "registry+https://github.com/rust-lang/crates.io-index"
  420. checksum = "ca689d7434ce44517a12a89456b2be4d1ea1cafcd8f581978c03d45f5a5c12a7"
  421. dependencies = [
  422. "heck 0.4.0",
  423. "proc-macro-error",
  424. "proc-macro2",
  425. "quote",
  426. "syn",
  427. ]
  428. [[package]]
  429. name = "clap_lex"
  430. version = "0.2.4"
  431. source = "registry+https://github.com/rust-lang/crates.io-index"
  432. checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5"
  433. dependencies = [
  434. "os_str_bytes",
  435. ]
  436. [[package]]
  437. name = "clap_lex"
  438. version = "0.3.0"
  439. source = "registry+https://github.com/rust-lang/crates.io-index"
  440. checksum = "0d4198f73e42b4936b35b5bb248d81d2b595ecb170da0bac7655c54eedfa8da8"
  441. dependencies = [
  442. "os_str_bytes",
  443. ]
  444. [[package]]
  445. name = "codespan-reporting"
  446. version = "0.11.1"
  447. source = "registry+https://github.com/rust-lang/crates.io-index"
  448. checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
  449. dependencies = [
  450. "termcolor",
  451. "unicode-width",
  452. ]
  453. [[package]]
  454. name = "combine"
  455. version = "4.6.6"
  456. source = "registry+https://github.com/rust-lang/crates.io-index"
  457. checksum = "35ed6e9d84f0b51a7f52daf1c7d71dd136fd7a3f41a8462b8cdb8c78d920fad4"
  458. dependencies = [
  459. "bytes",
  460. "memchr",
  461. ]
  462. [[package]]
  463. name = "communication-layer-pub-sub"
  464. version = "0.2.1"
  465. dependencies = [
  466. "flume",
  467. "zenoh",
  468. ]
  469. [[package]]
  470. name = "communication-layer-request-reply"
  471. version = "0.2.1"
  472. [[package]]
  473. name = "concurrent-queue"
  474. version = "1.2.2"
  475. source = "registry+https://github.com/rust-lang/crates.io-index"
  476. checksum = "30ed07550be01594c6026cff2a1d7fe9c8f683caa798e12b68694ac9e88286a3"
  477. dependencies = [
  478. "cache-padded",
  479. ]
  480. [[package]]
  481. name = "concurrent-queue"
  482. version = "2.1.0"
  483. source = "registry+https://github.com/rust-lang/crates.io-index"
  484. checksum = "c278839b831783b70278b14df4d45e1beb1aad306c07bb796637de9a0e323e8e"
  485. dependencies = [
  486. "crossbeam-utils",
  487. ]
  488. [[package]]
  489. name = "const-oid"
  490. version = "0.9.2"
  491. source = "registry+https://github.com/rust-lang/crates.io-index"
  492. checksum = "520fbf3c07483f94e3e3ca9d0cfd913d7718ef2483d2cfd91c0d9e91474ab913"
  493. [[package]]
  494. name = "core-foundation"
  495. version = "0.9.3"
  496. source = "registry+https://github.com/rust-lang/crates.io-index"
  497. checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
  498. dependencies = [
  499. "core-foundation-sys",
  500. "libc",
  501. ]
  502. [[package]]
  503. name = "core-foundation-sys"
  504. version = "0.8.3"
  505. source = "registry+https://github.com/rust-lang/crates.io-index"
  506. checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
  507. [[package]]
  508. name = "cpufeatures"
  509. version = "0.2.2"
  510. source = "registry+https://github.com/rust-lang/crates.io-index"
  511. checksum = "59a6001667ab124aebae2a495118e11d30984c3a653e99d86d58971708cf5e4b"
  512. dependencies = [
  513. "libc",
  514. ]
  515. [[package]]
  516. name = "crossbeam-channel"
  517. version = "0.5.4"
  518. source = "registry+https://github.com/rust-lang/crates.io-index"
  519. checksum = "5aaa7bd5fb665c6864b5f963dd9097905c54125909c7aa94c9e18507cdbe6c53"
  520. dependencies = [
  521. "cfg-if",
  522. "crossbeam-utils",
  523. ]
  524. [[package]]
  525. name = "crossbeam-deque"
  526. version = "0.8.1"
  527. source = "registry+https://github.com/rust-lang/crates.io-index"
  528. checksum = "6455c0ca19f0d2fbf751b908d5c55c1f5cbc65e03c4225427254b46890bdde1e"
  529. dependencies = [
  530. "cfg-if",
  531. "crossbeam-epoch",
  532. "crossbeam-utils",
  533. ]
  534. [[package]]
  535. name = "crossbeam-epoch"
  536. version = "0.9.8"
  537. source = "registry+https://github.com/rust-lang/crates.io-index"
  538. checksum = "1145cf131a2c6ba0615079ab6a638f7e1973ac9c2634fcbeaaad6114246efe8c"
  539. dependencies = [
  540. "autocfg",
  541. "cfg-if",
  542. "crossbeam-utils",
  543. "lazy_static",
  544. "memoffset 0.6.5",
  545. "scopeguard",
  546. ]
  547. [[package]]
  548. name = "crossbeam-utils"
  549. version = "0.8.15"
  550. source = "registry+https://github.com/rust-lang/crates.io-index"
  551. checksum = "3c063cd8cc95f5c377ed0d4b49a4b21f632396ff690e8470c29b3359b346984b"
  552. dependencies = [
  553. "cfg-if",
  554. ]
  555. [[package]]
  556. name = "crossterm"
  557. version = "0.25.0"
  558. source = "registry+https://github.com/rust-lang/crates.io-index"
  559. checksum = "e64e6c0fbe2c17357405f7c758c1ef960fce08bdfb2c03d88d2a18d7e09c4b67"
  560. dependencies = [
  561. "bitflags",
  562. "crossterm_winapi",
  563. "libc",
  564. "mio",
  565. "parking_lot",
  566. "signal-hook",
  567. "signal-hook-mio",
  568. "winapi",
  569. ]
  570. [[package]]
  571. name = "crossterm_winapi"
  572. version = "0.9.0"
  573. source = "registry+https://github.com/rust-lang/crates.io-index"
  574. checksum = "2ae1b35a484aa10e07fe0638d02301c5ad24de82d310ccbd2f3693da5f09bf1c"
  575. dependencies = [
  576. "winapi",
  577. ]
  578. [[package]]
  579. name = "crypto-common"
  580. version = "0.1.6"
  581. source = "registry+https://github.com/rust-lang/crates.io-index"
  582. checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
  583. dependencies = [
  584. "generic-array 0.14.5",
  585. "typenum",
  586. ]
  587. [[package]]
  588. name = "ctor"
  589. version = "0.1.22"
  590. source = "registry+https://github.com/rust-lang/crates.io-index"
  591. checksum = "f877be4f7c9f246b183111634f75baa039715e3f46ce860677d3b19a69fb229c"
  592. dependencies = [
  593. "quote",
  594. "syn",
  595. ]
  596. [[package]]
  597. name = "ctrlc"
  598. version = "3.2.5"
  599. source = "registry+https://github.com/rust-lang/crates.io-index"
  600. checksum = "bbcf33c2a618cbe41ee43ae6e9f2e48368cd9f9db2896f10167d8d762679f639"
  601. dependencies = [
  602. "nix 0.26.2",
  603. "windows-sys 0.45.0",
  604. ]
  605. [[package]]
  606. name = "cty"
  607. version = "0.2.2"
  608. source = "registry+https://github.com/rust-lang/crates.io-index"
  609. checksum = "b365fabc795046672053e29c954733ec3b05e4be654ab130fe8f1f94d7051f35"
  610. [[package]]
  611. name = "cxx"
  612. version = "1.0.85"
  613. source = "registry+https://github.com/rust-lang/crates.io-index"
  614. checksum = "5add3fc1717409d029b20c5b6903fc0c0b02fa6741d820054f4a2efa5e5816fd"
  615. dependencies = [
  616. "cc",
  617. "cxxbridge-flags",
  618. "cxxbridge-macro",
  619. "link-cplusplus",
  620. ]
  621. [[package]]
  622. name = "cxx-build"
  623. version = "1.0.73"
  624. source = "registry+https://github.com/rust-lang/crates.io-index"
  625. checksum = "b49edea7163bbc7a39e3d829b4b0b66a9d30486973152842b7413f2c7b5632bf"
  626. dependencies = [
  627. "cc",
  628. "codespan-reporting",
  629. "once_cell",
  630. "proc-macro2",
  631. "quote",
  632. "scratch",
  633. "syn",
  634. ]
  635. [[package]]
  636. name = "cxxbridge-flags"
  637. version = "1.0.85"
  638. source = "registry+https://github.com/rust-lang/crates.io-index"
  639. checksum = "69a3e162fde4e594ed2b07d0f83c6c67b745e7f28ce58c6df5e6b6bef99dfb59"
  640. [[package]]
  641. name = "cxxbridge-macro"
  642. version = "1.0.85"
  643. source = "registry+https://github.com/rust-lang/crates.io-index"
  644. checksum = "3e7e2adeb6a0d4a282e581096b06e1791532b7d576dcde5ccd9382acf55db8e6"
  645. dependencies = [
  646. "proc-macro2",
  647. "quote",
  648. "syn",
  649. ]
  650. [[package]]
  651. name = "dashmap"
  652. version = "4.0.2"
  653. source = "registry+https://github.com/rust-lang/crates.io-index"
  654. checksum = "e77a43b28d0668df09411cb0bc9a8c2adc40f9a048afe863e05fd43251e8e39c"
  655. dependencies = [
  656. "cfg-if",
  657. "num_cpus",
  658. ]
  659. [[package]]
  660. name = "der"
  661. version = "0.6.1"
  662. source = "registry+https://github.com/rust-lang/crates.io-index"
  663. checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
  664. dependencies = [
  665. "const-oid",
  666. "pem-rfc7468",
  667. "zeroize",
  668. ]
  669. [[package]]
  670. name = "digest"
  671. version = "0.8.1"
  672. source = "registry+https://github.com/rust-lang/crates.io-index"
  673. checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"
  674. dependencies = [
  675. "generic-array 0.12.4",
  676. ]
  677. [[package]]
  678. name = "digest"
  679. version = "0.10.6"
  680. source = "registry+https://github.com/rust-lang/crates.io-index"
  681. checksum = "8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f"
  682. dependencies = [
  683. "block-buffer 0.10.4",
  684. "const-oid",
  685. "crypto-common",
  686. "subtle",
  687. ]
  688. [[package]]
  689. name = "dirs"
  690. version = "4.0.0"
  691. source = "registry+https://github.com/rust-lang/crates.io-index"
  692. checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
  693. dependencies = [
  694. "dirs-sys",
  695. ]
  696. [[package]]
  697. name = "dirs-next"
  698. version = "2.0.0"
  699. source = "registry+https://github.com/rust-lang/crates.io-index"
  700. checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
  701. dependencies = [
  702. "cfg-if",
  703. "dirs-sys-next",
  704. ]
  705. [[package]]
  706. name = "dirs-sys"
  707. version = "0.3.7"
  708. source = "registry+https://github.com/rust-lang/crates.io-index"
  709. checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
  710. dependencies = [
  711. "libc",
  712. "redox_users",
  713. "winapi",
  714. ]
  715. [[package]]
  716. name = "dirs-sys-next"
  717. version = "0.1.2"
  718. source = "registry+https://github.com/rust-lang/crates.io-index"
  719. checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
  720. dependencies = [
  721. "libc",
  722. "redox_users",
  723. "winapi",
  724. ]
  725. [[package]]
  726. name = "dora-cli"
  727. version = "0.2.1"
  728. dependencies = [
  729. "atty",
  730. "clap 4.0.3",
  731. "communication-layer-request-reply",
  732. "dora-core",
  733. "dora-node-api-c",
  734. "dora-operator-api-c",
  735. "eyre",
  736. "inquire",
  737. "serde",
  738. "serde_json",
  739. "serde_yaml 0.9.19",
  740. "termcolor",
  741. "uuid",
  742. "webbrowser",
  743. ]
  744. [[package]]
  745. name = "dora-coordinator"
  746. version = "0.2.1"
  747. dependencies = [
  748. "ctrlc",
  749. "dora-core",
  750. "dora-tracing",
  751. "eyre",
  752. "futures",
  753. "futures-concurrency",
  754. "rand",
  755. "serde",
  756. "serde_json",
  757. "serde_yaml 0.8.23",
  758. "thiserror",
  759. "tokio",
  760. "tokio-stream",
  761. "tracing",
  762. "uuid",
  763. "which",
  764. "zenoh",
  765. ]
  766. [[package]]
  767. name = "dora-core"
  768. version = "0.2.1"
  769. dependencies = [
  770. "dora-message",
  771. "eyre",
  772. "once_cell",
  773. "serde",
  774. "serde-with-expand-env",
  775. "serde_yaml 0.9.19",
  776. "tracing",
  777. "uuid",
  778. "which",
  779. ]
  780. [[package]]
  781. name = "dora-daemon"
  782. version = "0.2.1"
  783. dependencies = [
  784. "async-trait",
  785. "bincode",
  786. "clap 3.2.23",
  787. "ctrlc",
  788. "dora-core",
  789. "dora-download",
  790. "dora-tracing",
  791. "eyre",
  792. "flume",
  793. "futures",
  794. "futures-concurrency",
  795. "serde",
  796. "serde_json",
  797. "serde_yaml 0.8.23",
  798. "shared-memory-server",
  799. "tokio",
  800. "tokio-stream",
  801. "tracing",
  802. "uuid",
  803. ]
  804. [[package]]
  805. name = "dora-download"
  806. version = "0.2.1"
  807. dependencies = [
  808. "eyre",
  809. "reqwest",
  810. "tokio",
  811. "tracing",
  812. ]
  813. [[package]]
  814. name = "dora-examples"
  815. version = "0.0.0"
  816. dependencies = [
  817. "dora-core",
  818. "dora-daemon",
  819. "dunce",
  820. "eyre",
  821. "serde_yaml 0.8.23",
  822. "tokio",
  823. "tracing",
  824. "tracing-subscriber",
  825. "uuid",
  826. ]
  827. [[package]]
  828. name = "dora-message"
  829. version = "0.2.1"
  830. dependencies = [
  831. "capnp",
  832. "capnpc",
  833. "serde",
  834. "uhlc",
  835. ]
  836. [[package]]
  837. name = "dora-metrics"
  838. version = "0.2.1"
  839. dependencies = [
  840. "futures",
  841. "opentelemetry",
  842. "opentelemetry-otlp",
  843. "opentelemetry-system-metrics",
  844. "tokio",
  845. ]
  846. [[package]]
  847. name = "dora-node-api"
  848. version = "0.2.1"
  849. dependencies = [
  850. "bincode",
  851. "capnp",
  852. "dora-core",
  853. "dora-tracing",
  854. "eyre",
  855. "flume",
  856. "once_cell",
  857. "serde",
  858. "serde_json",
  859. "serde_yaml 0.8.23",
  860. "shared-memory-server",
  861. "shared_memory",
  862. "thiserror",
  863. "tokio",
  864. "tracing",
  865. "uuid",
  866. ]
  867. [[package]]
  868. name = "dora-node-api-c"
  869. version = "0.2.1"
  870. dependencies = [
  871. "dora-node-api",
  872. "eyre",
  873. "flume",
  874. "tracing",
  875. ]
  876. [[package]]
  877. name = "dora-node-api-cxx"
  878. version = "0.2.1"
  879. dependencies = [
  880. "cxx",
  881. "cxx-build",
  882. "dora-node-api",
  883. "eyre",
  884. ]
  885. [[package]]
  886. name = "dora-node-api-python"
  887. version = "0.2.1"
  888. dependencies = [
  889. "dora-node-api",
  890. "dora-operator-api-python",
  891. "dora-runtime",
  892. "eyre",
  893. "flume",
  894. "pyo3",
  895. "serde_yaml 0.8.23",
  896. ]
  897. [[package]]
  898. name = "dora-operator-api"
  899. version = "0.2.1"
  900. dependencies = [
  901. "dora-operator-api-macros",
  902. "dora-operator-api-types",
  903. ]
  904. [[package]]
  905. name = "dora-operator-api-c"
  906. version = "0.2.1"
  907. dependencies = [
  908. "dora-operator-api-types",
  909. ]
  910. [[package]]
  911. name = "dora-operator-api-cxx"
  912. version = "0.2.1"
  913. dependencies = [
  914. "cxx",
  915. "cxx-build",
  916. "dora-operator-api",
  917. ]
  918. [[package]]
  919. name = "dora-operator-api-macros"
  920. version = "0.2.1"
  921. dependencies = [
  922. "proc-macro2",
  923. "quote",
  924. "syn",
  925. ]
  926. [[package]]
  927. name = "dora-operator-api-python"
  928. version = "0.2.1"
  929. dependencies = [
  930. "dora-node-api",
  931. "eyre",
  932. "flume",
  933. "pyo3",
  934. "serde_yaml 0.8.23",
  935. ]
  936. [[package]]
  937. name = "dora-operator-api-types"
  938. version = "0.2.1"
  939. dependencies = [
  940. "safer-ffi",
  941. ]
  942. [[package]]
  943. name = "dora-runtime"
  944. version = "0.2.1"
  945. dependencies = [
  946. "dora-core",
  947. "dora-download",
  948. "dora-metrics",
  949. "dora-node-api",
  950. "dora-operator-api-python",
  951. "dora-operator-api-types",
  952. "dora-tracing",
  953. "eyre",
  954. "flume",
  955. "futures",
  956. "futures-concurrency",
  957. "libloading",
  958. "opentelemetry",
  959. "opentelemetry-system-metrics",
  960. "pyo3",
  961. "serde_yaml 0.8.23",
  962. "tokio",
  963. "tokio-stream",
  964. "tracing",
  965. "tracing-subscriber",
  966. ]
  967. [[package]]
  968. name = "dora-tracing"
  969. version = "0.2.1"
  970. dependencies = [
  971. "eyre",
  972. "opentelemetry",
  973. "opentelemetry-jaeger",
  974. "tokio",
  975. "tracing",
  976. "tracing-subscriber",
  977. ]
  978. [[package]]
  979. name = "dunce"
  980. version = "1.0.2"
  981. source = "registry+https://github.com/rust-lang/crates.io-index"
  982. checksum = "453440c271cf5577fd2a40e4942540cb7d0d2f85e27c8d07dd0023c925a67541"
  983. [[package]]
  984. name = "dyn-clone"
  985. version = "1.0.9"
  986. source = "registry+https://github.com/rust-lang/crates.io-index"
  987. checksum = "4f94fa09c2aeea5b8839e414b7b841bf429fd25b9c522116ac97ee87856d88b2"
  988. [[package]]
  989. name = "either"
  990. version = "1.6.1"
  991. source = "registry+https://github.com/rust-lang/crates.io-index"
  992. checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
  993. [[package]]
  994. name = "encoding_rs"
  995. version = "0.8.31"
  996. source = "registry+https://github.com/rust-lang/crates.io-index"
  997. checksum = "9852635589dc9f9ea1b6fe9f05b50ef208c85c834a562f0c6abb1c475736ec2b"
  998. dependencies = [
  999. "cfg-if",
  1000. ]
  1001. [[package]]
  1002. name = "env_logger"
  1003. version = "0.10.0"
  1004. source = "registry+https://github.com/rust-lang/crates.io-index"
  1005. checksum = "85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0"
  1006. dependencies = [
  1007. "humantime",
  1008. "is-terminal",
  1009. "log",
  1010. "regex",
  1011. "termcolor",
  1012. ]
  1013. [[package]]
  1014. name = "errno"
  1015. version = "0.2.8"
  1016. source = "registry+https://github.com/rust-lang/crates.io-index"
  1017. checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
  1018. dependencies = [
  1019. "errno-dragonfly",
  1020. "libc",
  1021. "winapi",
  1022. ]
  1023. [[package]]
  1024. name = "errno-dragonfly"
  1025. version = "0.1.2"
  1026. source = "registry+https://github.com/rust-lang/crates.io-index"
  1027. checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
  1028. dependencies = [
  1029. "cc",
  1030. "libc",
  1031. ]
  1032. [[package]]
  1033. name = "event-listener"
  1034. version = "2.5.3"
  1035. source = "registry+https://github.com/rust-lang/crates.io-index"
  1036. checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
  1037. [[package]]
  1038. name = "ext-trait"
  1039. version = "1.0.1"
  1040. source = "registry+https://github.com/rust-lang/crates.io-index"
  1041. checksum = "d772df1c1a777963712fb68e014235e80863d6a91a85c4e06ba2d16243a310e5"
  1042. dependencies = [
  1043. "ext-trait-proc_macros",
  1044. ]
  1045. [[package]]
  1046. name = "ext-trait-proc_macros"
  1047. version = "1.0.1"
  1048. source = "registry+https://github.com/rust-lang/crates.io-index"
  1049. checksum = "1ab7934152eaf26aa5aa9f7371408ad5af4c31357073c9e84c3b9d7f11ad639a"
  1050. dependencies = [
  1051. "proc-macro2",
  1052. "quote",
  1053. "syn",
  1054. ]
  1055. [[package]]
  1056. name = "extension-traits"
  1057. version = "1.0.1"
  1058. source = "registry+https://github.com/rust-lang/crates.io-index"
  1059. checksum = "a296e5a895621edf9fa8329c83aa1cb69a964643e36cf54d8d7a69b789089537"
  1060. dependencies = [
  1061. "ext-trait",
  1062. ]
  1063. [[package]]
  1064. name = "eyre"
  1065. version = "0.6.8"
  1066. source = "registry+https://github.com/rust-lang/crates.io-index"
  1067. checksum = "4c2b6b5a29c02cdc822728b7d7b8ae1bab3e3b05d44522770ddd49722eeac7eb"
  1068. dependencies = [
  1069. "indenter",
  1070. "once_cell",
  1071. ]
  1072. [[package]]
  1073. name = "fake-simd"
  1074. version = "0.1.2"
  1075. source = "registry+https://github.com/rust-lang/crates.io-index"
  1076. checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"
  1077. [[package]]
  1078. name = "fastrand"
  1079. version = "1.7.0"
  1080. source = "registry+https://github.com/rust-lang/crates.io-index"
  1081. checksum = "c3fcf0cee53519c866c09b5de1f6c56ff9d647101f81c1964fa632e148896cdf"
  1082. dependencies = [
  1083. "instant",
  1084. ]
  1085. [[package]]
  1086. name = "fixedbitset"
  1087. version = "0.4.1"
  1088. source = "registry+https://github.com/rust-lang/crates.io-index"
  1089. checksum = "279fb028e20b3c4c320317955b77c5e0c9701f05a1d309905d6fc702cdc5053e"
  1090. [[package]]
  1091. name = "flume"
  1092. version = "0.10.14"
  1093. source = "registry+https://github.com/rust-lang/crates.io-index"
  1094. checksum = "1657b4441c3403d9f7b3409e47575237dac27b1b5726df654a6ecbf92f0f7577"
  1095. dependencies = [
  1096. "futures-core",
  1097. "futures-sink",
  1098. "nanorand",
  1099. "pin-project",
  1100. "spin 0.9.2",
  1101. ]
  1102. [[package]]
  1103. name = "fnv"
  1104. version = "1.0.7"
  1105. source = "registry+https://github.com/rust-lang/crates.io-index"
  1106. checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
  1107. [[package]]
  1108. name = "form_urlencoded"
  1109. version = "1.1.0"
  1110. source = "registry+https://github.com/rust-lang/crates.io-index"
  1111. checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8"
  1112. dependencies = [
  1113. "percent-encoding",
  1114. ]
  1115. [[package]]
  1116. name = "funty"
  1117. version = "2.0.0"
  1118. source = "registry+https://github.com/rust-lang/crates.io-index"
  1119. checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
  1120. [[package]]
  1121. name = "futures"
  1122. version = "0.3.25"
  1123. source = "registry+https://github.com/rust-lang/crates.io-index"
  1124. checksum = "38390104763dc37a5145a53c29c63c1290b5d316d6086ec32c293f6736051bb0"
  1125. dependencies = [
  1126. "futures-channel",
  1127. "futures-core",
  1128. "futures-executor",
  1129. "futures-io",
  1130. "futures-sink",
  1131. "futures-task",
  1132. "futures-util",
  1133. ]
  1134. [[package]]
  1135. name = "futures-channel"
  1136. version = "0.3.25"
  1137. source = "registry+https://github.com/rust-lang/crates.io-index"
  1138. checksum = "52ba265a92256105f45b719605a571ffe2d1f0fea3807304b522c1d778f79eed"
  1139. dependencies = [
  1140. "futures-core",
  1141. "futures-sink",
  1142. ]
  1143. [[package]]
  1144. name = "futures-concurrency"
  1145. version = "7.1.0"
  1146. source = "registry+https://github.com/rust-lang/crates.io-index"
  1147. checksum = "e06f199437c8a435c12ad153c5a1f4e131871cf6f6025585bb15e8cbb414f0dc"
  1148. dependencies = [
  1149. "bitvec",
  1150. "futures-core",
  1151. "pin-project",
  1152. ]
  1153. [[package]]
  1154. name = "futures-core"
  1155. version = "0.3.25"
  1156. source = "registry+https://github.com/rust-lang/crates.io-index"
  1157. checksum = "04909a7a7e4633ae6c4a9ab280aeb86da1236243a77b694a49eacd659a4bd3ac"
  1158. [[package]]
  1159. name = "futures-executor"
  1160. version = "0.3.25"
  1161. source = "registry+https://github.com/rust-lang/crates.io-index"
  1162. checksum = "7acc85df6714c176ab5edf386123fafe217be88c0840ec11f199441134a074e2"
  1163. dependencies = [
  1164. "futures-core",
  1165. "futures-task",
  1166. "futures-util",
  1167. ]
  1168. [[package]]
  1169. name = "futures-io"
  1170. version = "0.3.25"
  1171. source = "registry+https://github.com/rust-lang/crates.io-index"
  1172. checksum = "00f5fb52a06bdcadeb54e8d3671f8888a39697dcb0b81b23b55174030427f4eb"
  1173. [[package]]
  1174. name = "futures-lite"
  1175. version = "1.12.0"
  1176. source = "registry+https://github.com/rust-lang/crates.io-index"
  1177. checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48"
  1178. dependencies = [
  1179. "fastrand",
  1180. "futures-core",
  1181. "futures-io",
  1182. "memchr",
  1183. "parking",
  1184. "pin-project-lite",
  1185. "waker-fn",
  1186. ]
  1187. [[package]]
  1188. name = "futures-macro"
  1189. version = "0.3.25"
  1190. source = "registry+https://github.com/rust-lang/crates.io-index"
  1191. checksum = "bdfb8ce053d86b91919aad980c220b1fb8401a9394410e1c289ed7e66b61835d"
  1192. dependencies = [
  1193. "proc-macro2",
  1194. "quote",
  1195. "syn",
  1196. ]
  1197. [[package]]
  1198. name = "futures-sink"
  1199. version = "0.3.25"
  1200. source = "registry+https://github.com/rust-lang/crates.io-index"
  1201. checksum = "39c15cf1a4aa79df40f1bb462fb39676d0ad9e366c2a33b590d7c66f4f81fcf9"
  1202. [[package]]
  1203. name = "futures-task"
  1204. version = "0.3.25"
  1205. source = "registry+https://github.com/rust-lang/crates.io-index"
  1206. checksum = "2ffb393ac5d9a6eaa9d3fdf37ae2776656b706e200c8e16b1bdb227f5198e6ea"
  1207. [[package]]
  1208. name = "futures-util"
  1209. version = "0.3.25"
  1210. source = "registry+https://github.com/rust-lang/crates.io-index"
  1211. checksum = "197676987abd2f9cadff84926f410af1c183608d36641465df73ae8211dc65d6"
  1212. dependencies = [
  1213. "futures-channel",
  1214. "futures-core",
  1215. "futures-io",
  1216. "futures-macro",
  1217. "futures-sink",
  1218. "futures-task",
  1219. "memchr",
  1220. "pin-project-lite",
  1221. "pin-utils",
  1222. "slab",
  1223. ]
  1224. [[package]]
  1225. name = "generic-array"
  1226. version = "0.12.4"
  1227. source = "registry+https://github.com/rust-lang/crates.io-index"
  1228. checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd"
  1229. dependencies = [
  1230. "typenum",
  1231. ]
  1232. [[package]]
  1233. name = "generic-array"
  1234. version = "0.14.5"
  1235. source = "registry+https://github.com/rust-lang/crates.io-index"
  1236. checksum = "fd48d33ec7f05fbfa152300fdad764757cbded343c1aa1cff2fbaf4134851803"
  1237. dependencies = [
  1238. "typenum",
  1239. "version_check",
  1240. ]
  1241. [[package]]
  1242. name = "getrandom"
  1243. version = "0.2.6"
  1244. source = "registry+https://github.com/rust-lang/crates.io-index"
  1245. checksum = "9be70c98951c83b8d2f8f60d7065fa6d5146873094452a1008da8c2f1e4205ad"
  1246. dependencies = [
  1247. "cfg-if",
  1248. "js-sys",
  1249. "libc",
  1250. "wasi 0.10.2+wasi-snapshot-preview1",
  1251. "wasm-bindgen",
  1252. ]
  1253. [[package]]
  1254. name = "ghost"
  1255. version = "0.1.6"
  1256. source = "registry+https://github.com/rust-lang/crates.io-index"
  1257. checksum = "eb19fe8de3ea0920d282f7b77dd4227aea6b8b999b42cdf0ca41b2472b14443a"
  1258. dependencies = [
  1259. "proc-macro2",
  1260. "quote",
  1261. "syn",
  1262. ]
  1263. [[package]]
  1264. name = "git-version"
  1265. version = "0.3.5"
  1266. source = "registry+https://github.com/rust-lang/crates.io-index"
  1267. checksum = "f6b0decc02f4636b9ccad390dcbe77b722a77efedfa393caf8379a51d5c61899"
  1268. dependencies = [
  1269. "git-version-macro",
  1270. "proc-macro-hack",
  1271. ]
  1272. [[package]]
  1273. name = "git-version-macro"
  1274. version = "0.3.5"
  1275. source = "registry+https://github.com/rust-lang/crates.io-index"
  1276. checksum = "fe69f1cbdb6e28af2bac214e943b99ce8a0a06b447d15d3e61161b0423139f3f"
  1277. dependencies = [
  1278. "proc-macro-hack",
  1279. "proc-macro2",
  1280. "quote",
  1281. "syn",
  1282. ]
  1283. [[package]]
  1284. name = "glob"
  1285. version = "0.3.0"
  1286. source = "registry+https://github.com/rust-lang/crates.io-index"
  1287. checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
  1288. [[package]]
  1289. name = "gloo-timers"
  1290. version = "0.2.3"
  1291. source = "registry+https://github.com/rust-lang/crates.io-index"
  1292. checksum = "4d12a7f4e95cfe710f1d624fb1210b7d961a5fb05c4fd942f4feab06e61f590e"
  1293. dependencies = [
  1294. "futures-channel",
  1295. "futures-core",
  1296. "js-sys",
  1297. "wasm-bindgen",
  1298. ]
  1299. [[package]]
  1300. name = "h2"
  1301. version = "0.3.13"
  1302. source = "registry+https://github.com/rust-lang/crates.io-index"
  1303. checksum = "37a82c6d637fc9515a4694bbf1cb2457b79d81ce52b3108bdeea58b07dd34a57"
  1304. dependencies = [
  1305. "bytes",
  1306. "fnv",
  1307. "futures-core",
  1308. "futures-sink",
  1309. "futures-util",
  1310. "http",
  1311. "indexmap",
  1312. "slab",
  1313. "tokio",
  1314. "tokio-util 0.7.1",
  1315. "tracing",
  1316. ]
  1317. [[package]]
  1318. name = "hashbrown"
  1319. version = "0.12.3"
  1320. source = "registry+https://github.com/rust-lang/crates.io-index"
  1321. checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
  1322. [[package]]
  1323. name = "heck"
  1324. version = "0.3.3"
  1325. source = "registry+https://github.com/rust-lang/crates.io-index"
  1326. checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
  1327. dependencies = [
  1328. "unicode-segmentation",
  1329. ]
  1330. [[package]]
  1331. name = "heck"
  1332. version = "0.4.0"
  1333. source = "registry+https://github.com/rust-lang/crates.io-index"
  1334. checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"
  1335. [[package]]
  1336. name = "hermit-abi"
  1337. version = "0.1.19"
  1338. source = "registry+https://github.com/rust-lang/crates.io-index"
  1339. checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
  1340. dependencies = [
  1341. "libc",
  1342. ]
  1343. [[package]]
  1344. name = "hermit-abi"
  1345. version = "0.2.6"
  1346. source = "registry+https://github.com/rust-lang/crates.io-index"
  1347. checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"
  1348. dependencies = [
  1349. "libc",
  1350. ]
  1351. [[package]]
  1352. name = "hermit-abi"
  1353. version = "0.3.1"
  1354. source = "registry+https://github.com/rust-lang/crates.io-index"
  1355. checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286"
  1356. [[package]]
  1357. name = "hex"
  1358. version = "0.4.3"
  1359. source = "registry+https://github.com/rust-lang/crates.io-index"
  1360. checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
  1361. [[package]]
  1362. name = "hmac"
  1363. version = "0.12.1"
  1364. source = "registry+https://github.com/rust-lang/crates.io-index"
  1365. checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
  1366. dependencies = [
  1367. "digest 0.10.6",
  1368. ]
  1369. [[package]]
  1370. name = "home"
  1371. version = "0.5.3"
  1372. source = "registry+https://github.com/rust-lang/crates.io-index"
  1373. checksum = "2456aef2e6b6a9784192ae780c0f15bc57df0e918585282325e8c8ac27737654"
  1374. dependencies = [
  1375. "winapi",
  1376. ]
  1377. [[package]]
  1378. name = "http"
  1379. version = "0.2.8"
  1380. source = "registry+https://github.com/rust-lang/crates.io-index"
  1381. checksum = "75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399"
  1382. dependencies = [
  1383. "bytes",
  1384. "fnv",
  1385. "itoa",
  1386. ]
  1387. [[package]]
  1388. name = "http-body"
  1389. version = "0.4.5"
  1390. source = "registry+https://github.com/rust-lang/crates.io-index"
  1391. checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
  1392. dependencies = [
  1393. "bytes",
  1394. "http",
  1395. "pin-project-lite",
  1396. ]
  1397. [[package]]
  1398. name = "httparse"
  1399. version = "1.7.1"
  1400. source = "registry+https://github.com/rust-lang/crates.io-index"
  1401. checksum = "496ce29bb5a52785b44e0f7ca2847ae0bb839c9bd28f69acac9b99d461c0c04c"
  1402. [[package]]
  1403. name = "httpdate"
  1404. version = "1.0.2"
  1405. source = "registry+https://github.com/rust-lang/crates.io-index"
  1406. checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
  1407. [[package]]
  1408. name = "humantime"
  1409. version = "2.1.0"
  1410. source = "registry+https://github.com/rust-lang/crates.io-index"
  1411. checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
  1412. [[package]]
  1413. name = "hyper"
  1414. version = "0.14.19"
  1415. source = "registry+https://github.com/rust-lang/crates.io-index"
  1416. checksum = "42dc3c131584288d375f2d07f822b0cb012d8c6fb899a5b9fdb3cb7eb9b6004f"
  1417. dependencies = [
  1418. "bytes",
  1419. "futures-channel",
  1420. "futures-core",
  1421. "futures-util",
  1422. "h2",
  1423. "http",
  1424. "http-body",
  1425. "httparse",
  1426. "httpdate",
  1427. "itoa",
  1428. "pin-project-lite",
  1429. "socket2",
  1430. "tokio",
  1431. "tower-service",
  1432. "tracing",
  1433. "want",
  1434. ]
  1435. [[package]]
  1436. name = "hyper-timeout"
  1437. version = "0.4.1"
  1438. source = "registry+https://github.com/rust-lang/crates.io-index"
  1439. checksum = "bbb958482e8c7be4bc3cf272a766a2b0bf1a6755e7a6ae777f017a31d11b13b1"
  1440. dependencies = [
  1441. "hyper",
  1442. "pin-project-lite",
  1443. "tokio",
  1444. "tokio-io-timeout",
  1445. ]
  1446. [[package]]
  1447. name = "idna"
  1448. version = "0.2.3"
  1449. source = "registry+https://github.com/rust-lang/crates.io-index"
  1450. checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"
  1451. dependencies = [
  1452. "matches",
  1453. "unicode-bidi",
  1454. "unicode-normalization",
  1455. ]
  1456. [[package]]
  1457. name = "indenter"
  1458. version = "0.3.3"
  1459. source = "registry+https://github.com/rust-lang/crates.io-index"
  1460. checksum = "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683"
  1461. [[package]]
  1462. name = "indexmap"
  1463. version = "1.9.1"
  1464. source = "registry+https://github.com/rust-lang/crates.io-index"
  1465. checksum = "10a35a97730320ffe8e2d410b5d3b69279b98d2c14bdb8b70ea89ecf7888d41e"
  1466. dependencies = [
  1467. "autocfg",
  1468. "hashbrown",
  1469. ]
  1470. [[package]]
  1471. name = "indoc"
  1472. version = "1.0.4"
  1473. source = "registry+https://github.com/rust-lang/crates.io-index"
  1474. checksum = "e7906a9fababaeacb774f72410e497a1d18de916322e33797bb2cd29baa23c9e"
  1475. dependencies = [
  1476. "unindent",
  1477. ]
  1478. [[package]]
  1479. name = "inout"
  1480. version = "0.1.3"
  1481. source = "registry+https://github.com/rust-lang/crates.io-index"
  1482. checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
  1483. dependencies = [
  1484. "generic-array 0.14.5",
  1485. ]
  1486. [[package]]
  1487. name = "inquire"
  1488. version = "0.5.2"
  1489. source = "registry+https://github.com/rust-lang/crates.io-index"
  1490. checksum = "e6055ce38cac9b10ac819ed4a509d92ccbc60808152c19ff9121c98198964272"
  1491. dependencies = [
  1492. "bitflags",
  1493. "crossterm",
  1494. "dyn-clone",
  1495. "lazy_static",
  1496. "newline-converter",
  1497. "thiserror",
  1498. "unicode-segmentation",
  1499. "unicode-width",
  1500. ]
  1501. [[package]]
  1502. name = "instant"
  1503. version = "0.1.12"
  1504. source = "registry+https://github.com/rust-lang/crates.io-index"
  1505. checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
  1506. dependencies = [
  1507. "cfg-if",
  1508. ]
  1509. [[package]]
  1510. name = "integer-encoding"
  1511. version = "3.0.3"
  1512. source = "registry+https://github.com/rust-lang/crates.io-index"
  1513. checksum = "0e85a1509a128c855368e135cffcde7eac17d8e1083f41e2b98c58bc1a5074be"
  1514. [[package]]
  1515. name = "inventory"
  1516. version = "0.1.11"
  1517. source = "registry+https://github.com/rust-lang/crates.io-index"
  1518. checksum = "f0eb5160c60ba1e809707918ee329adb99d222888155835c6feedba19f6c3fd4"
  1519. dependencies = [
  1520. "ctor",
  1521. "ghost",
  1522. "inventory-impl",
  1523. ]
  1524. [[package]]
  1525. name = "inventory-impl"
  1526. version = "0.1.11"
  1527. source = "registry+https://github.com/rust-lang/crates.io-index"
  1528. checksum = "7e41b53715c6f0c4be49510bb82dee2c1e51c8586d885abe65396e82ed518548"
  1529. dependencies = [
  1530. "proc-macro2",
  1531. "quote",
  1532. "syn",
  1533. ]
  1534. [[package]]
  1535. name = "io-lifetimes"
  1536. version = "1.0.6"
  1537. source = "registry+https://github.com/rust-lang/crates.io-index"
  1538. checksum = "cfa919a82ea574332e2de6e74b4c36e74d41982b335080fa59d4ef31be20fdf3"
  1539. dependencies = [
  1540. "libc",
  1541. "windows-sys 0.45.0",
  1542. ]
  1543. [[package]]
  1544. name = "ipnet"
  1545. version = "2.5.0"
  1546. source = "registry+https://github.com/rust-lang/crates.io-index"
  1547. checksum = "879d54834c8c76457ef4293a689b2a8c59b076067ad77b15efafbb05f92a592b"
  1548. [[package]]
  1549. name = "ipnetwork"
  1550. version = "0.19.0"
  1551. source = "registry+https://github.com/rust-lang/crates.io-index"
  1552. checksum = "1f84f1612606f3753f205a4e9a2efd6fe5b4c573a6269b2cc6c3003d44a0d127"
  1553. dependencies = [
  1554. "serde",
  1555. ]
  1556. [[package]]
  1557. name = "is-terminal"
  1558. version = "0.4.4"
  1559. source = "registry+https://github.com/rust-lang/crates.io-index"
  1560. checksum = "21b6b32576413a8e69b90e952e4a026476040d81017b80445deda5f2d3921857"
  1561. dependencies = [
  1562. "hermit-abi 0.3.1",
  1563. "io-lifetimes",
  1564. "rustix",
  1565. "windows-sys 0.45.0",
  1566. ]
  1567. [[package]]
  1568. name = "itertools"
  1569. version = "0.10.5"
  1570. source = "registry+https://github.com/rust-lang/crates.io-index"
  1571. checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
  1572. dependencies = [
  1573. "either",
  1574. ]
  1575. [[package]]
  1576. name = "itoa"
  1577. version = "1.0.1"
  1578. source = "registry+https://github.com/rust-lang/crates.io-index"
  1579. checksum = "1aab8fc367588b89dcee83ab0fd66b72b50b72fa1904d7095045ace2b0c81c35"
  1580. [[package]]
  1581. name = "jni"
  1582. version = "0.20.0"
  1583. source = "registry+https://github.com/rust-lang/crates.io-index"
  1584. checksum = "039022cdf4d7b1cf548d31f60ae783138e5fd42013f6271049d7df7afadef96c"
  1585. dependencies = [
  1586. "cesu8",
  1587. "combine",
  1588. "jni-sys",
  1589. "log",
  1590. "thiserror",
  1591. "walkdir",
  1592. ]
  1593. [[package]]
  1594. name = "jni-sys"
  1595. version = "0.3.0"
  1596. source = "registry+https://github.com/rust-lang/crates.io-index"
  1597. checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
  1598. [[package]]
  1599. name = "js-sys"
  1600. version = "0.3.56"
  1601. source = "registry+https://github.com/rust-lang/crates.io-index"
  1602. checksum = "a38fc24e30fd564ce974c02bf1d337caddff65be6cc4735a1f7eab22a7440f04"
  1603. dependencies = [
  1604. "wasm-bindgen",
  1605. ]
  1606. [[package]]
  1607. name = "json5"
  1608. version = "0.4.1"
  1609. source = "registry+https://github.com/rust-lang/crates.io-index"
  1610. checksum = "96b0db21af676c1ce64250b5f40f3ce2cf27e4e47cb91ed91eb6fe9350b430c1"
  1611. dependencies = [
  1612. "pest",
  1613. "pest_derive",
  1614. "serde",
  1615. ]
  1616. [[package]]
  1617. name = "keccak"
  1618. version = "0.1.0"
  1619. source = "registry+https://github.com/rust-lang/crates.io-index"
  1620. checksum = "67c21572b4949434e4fc1e1978b99c5f77064153c59d998bf13ecd96fb5ecba7"
  1621. [[package]]
  1622. name = "kv-log-macro"
  1623. version = "1.0.7"
  1624. source = "registry+https://github.com/rust-lang/crates.io-index"
  1625. checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
  1626. dependencies = [
  1627. "log",
  1628. ]
  1629. [[package]]
  1630. name = "lazy_static"
  1631. version = "1.4.0"
  1632. source = "registry+https://github.com/rust-lang/crates.io-index"
  1633. checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
  1634. dependencies = [
  1635. "spin 0.5.2",
  1636. ]
  1637. [[package]]
  1638. name = "libc"
  1639. version = "0.2.139"
  1640. source = "registry+https://github.com/rust-lang/crates.io-index"
  1641. checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79"
  1642. [[package]]
  1643. name = "libloading"
  1644. version = "0.7.4"
  1645. source = "registry+https://github.com/rust-lang/crates.io-index"
  1646. checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
  1647. dependencies = [
  1648. "cfg-if",
  1649. "winapi",
  1650. ]
  1651. [[package]]
  1652. name = "libm"
  1653. version = "0.2.2"
  1654. source = "registry+https://github.com/rust-lang/crates.io-index"
  1655. checksum = "33a33a362ce288760ec6a508b94caaec573ae7d3bbbd91b87aa0bad4456839db"
  1656. [[package]]
  1657. name = "link-cplusplus"
  1658. version = "1.0.6"
  1659. source = "registry+https://github.com/rust-lang/crates.io-index"
  1660. checksum = "f8cae2cd7ba2f3f63938b9c724475dfb7b9861b545a90324476324ed21dbc8c8"
  1661. dependencies = [
  1662. "cc",
  1663. ]
  1664. [[package]]
  1665. name = "linked-hash-map"
  1666. version = "0.5.4"
  1667. source = "registry+https://github.com/rust-lang/crates.io-index"
  1668. checksum = "7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3"
  1669. [[package]]
  1670. name = "linux-raw-sys"
  1671. version = "0.1.4"
  1672. source = "registry+https://github.com/rust-lang/crates.io-index"
  1673. checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4"
  1674. [[package]]
  1675. name = "lock_api"
  1676. version = "0.4.6"
  1677. source = "registry+https://github.com/rust-lang/crates.io-index"
  1678. checksum = "88943dd7ef4a2e5a4bfa2753aaab3013e34ce2533d1996fb18ef591e315e2b3b"
  1679. dependencies = [
  1680. "scopeguard",
  1681. ]
  1682. [[package]]
  1683. name = "log"
  1684. version = "0.4.17"
  1685. source = "registry+https://github.com/rust-lang/crates.io-index"
  1686. checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
  1687. dependencies = [
  1688. "cfg-if",
  1689. "value-bag",
  1690. ]
  1691. [[package]]
  1692. name = "macro_rules_attribute"
  1693. version = "0.1.3"
  1694. source = "registry+https://github.com/rust-lang/crates.io-index"
  1695. checksum = "cf0c9b980bf4f3a37fd7b1c066941dd1b1d0152ce6ee6e8fe8c49b9f6810d862"
  1696. dependencies = [
  1697. "macro_rules_attribute-proc_macro",
  1698. "paste",
  1699. ]
  1700. [[package]]
  1701. name = "macro_rules_attribute-proc_macro"
  1702. version = "0.1.3"
  1703. source = "registry+https://github.com/rust-lang/crates.io-index"
  1704. checksum = "58093314a45e00c77d5c508f76e77c3396afbbc0d01506e7fae47b018bac2b1d"
  1705. [[package]]
  1706. name = "malloc_buf"
  1707. version = "0.0.6"
  1708. source = "registry+https://github.com/rust-lang/crates.io-index"
  1709. checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
  1710. dependencies = [
  1711. "libc",
  1712. ]
  1713. [[package]]
  1714. name = "maplit"
  1715. version = "1.0.2"
  1716. source = "registry+https://github.com/rust-lang/crates.io-index"
  1717. checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
  1718. [[package]]
  1719. name = "matchers"
  1720. version = "0.1.0"
  1721. source = "registry+https://github.com/rust-lang/crates.io-index"
  1722. checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
  1723. dependencies = [
  1724. "regex-automata",
  1725. ]
  1726. [[package]]
  1727. name = "matches"
  1728. version = "0.1.9"
  1729. source = "registry+https://github.com/rust-lang/crates.io-index"
  1730. checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"
  1731. [[package]]
  1732. name = "memchr"
  1733. version = "2.4.1"
  1734. source = "registry+https://github.com/rust-lang/crates.io-index"
  1735. checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a"
  1736. [[package]]
  1737. name = "memoffset"
  1738. version = "0.6.5"
  1739. source = "registry+https://github.com/rust-lang/crates.io-index"
  1740. checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
  1741. dependencies = [
  1742. "autocfg",
  1743. ]
  1744. [[package]]
  1745. name = "memoffset"
  1746. version = "0.7.1"
  1747. source = "registry+https://github.com/rust-lang/crates.io-index"
  1748. checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4"
  1749. dependencies = [
  1750. "autocfg",
  1751. ]
  1752. [[package]]
  1753. name = "mime"
  1754. version = "0.3.16"
  1755. source = "registry+https://github.com/rust-lang/crates.io-index"
  1756. checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
  1757. [[package]]
  1758. name = "mio"
  1759. version = "0.8.4"
  1760. source = "registry+https://github.com/rust-lang/crates.io-index"
  1761. checksum = "57ee1c23c7c63b0c9250c339ffdc69255f110b298b901b9f6c82547b7b87caaf"
  1762. dependencies = [
  1763. "libc",
  1764. "log",
  1765. "wasi 0.11.0+wasi-snapshot-preview1",
  1766. "windows-sys 0.36.1",
  1767. ]
  1768. [[package]]
  1769. name = "multimap"
  1770. version = "0.8.3"
  1771. source = "registry+https://github.com/rust-lang/crates.io-index"
  1772. checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
  1773. [[package]]
  1774. name = "nanorand"
  1775. version = "0.7.0"
  1776. source = "registry+https://github.com/rust-lang/crates.io-index"
  1777. checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
  1778. dependencies = [
  1779. "getrandom",
  1780. ]
  1781. [[package]]
  1782. name = "ndk-context"
  1783. version = "0.1.1"
  1784. source = "registry+https://github.com/rust-lang/crates.io-index"
  1785. checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
  1786. [[package]]
  1787. name = "newline-converter"
  1788. version = "0.2.2"
  1789. source = "registry+https://github.com/rust-lang/crates.io-index"
  1790. checksum = "1f71d09d5c87634207f894c6b31b6a2b2c64ea3bdcf71bd5599fdbbe1600c00f"
  1791. dependencies = [
  1792. "unicode-segmentation",
  1793. ]
  1794. [[package]]
  1795. name = "nix"
  1796. version = "0.22.3"
  1797. source = "registry+https://github.com/rust-lang/crates.io-index"
  1798. checksum = "e4916f159ed8e5de0082076562152a76b7a1f64a01fd9d1e0fea002c37624faf"
  1799. dependencies = [
  1800. "bitflags",
  1801. "cc",
  1802. "cfg-if",
  1803. "libc",
  1804. "memoffset 0.6.5",
  1805. ]
  1806. [[package]]
  1807. name = "nix"
  1808. version = "0.23.1"
  1809. source = "registry+https://github.com/rust-lang/crates.io-index"
  1810. checksum = "9f866317acbd3a240710c63f065ffb1e4fd466259045ccb504130b7f668f35c6"
  1811. dependencies = [
  1812. "bitflags",
  1813. "cc",
  1814. "cfg-if",
  1815. "libc",
  1816. "memoffset 0.6.5",
  1817. ]
  1818. [[package]]
  1819. name = "nix"
  1820. version = "0.26.2"
  1821. source = "registry+https://github.com/rust-lang/crates.io-index"
  1822. checksum = "bfdda3d196821d6af13126e40375cdf7da646a96114af134d5f417a9a1dc8e1a"
  1823. dependencies = [
  1824. "bitflags",
  1825. "cfg-if",
  1826. "libc",
  1827. "memoffset 0.7.1",
  1828. "pin-utils",
  1829. "static_assertions",
  1830. ]
  1831. [[package]]
  1832. name = "no-std-net"
  1833. version = "0.6.0"
  1834. source = "registry+https://github.com/rust-lang/crates.io-index"
  1835. checksum = "43794a0ace135be66a25d3ae77d41b91615fb68ae937f904090203e81f755b65"
  1836. [[package]]
  1837. name = "ntapi"
  1838. version = "0.3.7"
  1839. source = "registry+https://github.com/rust-lang/crates.io-index"
  1840. checksum = "c28774a7fd2fbb4f0babd8237ce554b73af68021b5f695a3cebd6c59bac0980f"
  1841. dependencies = [
  1842. "winapi",
  1843. ]
  1844. [[package]]
  1845. name = "nu-ansi-term"
  1846. version = "0.46.0"
  1847. source = "registry+https://github.com/rust-lang/crates.io-index"
  1848. checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
  1849. dependencies = [
  1850. "overload",
  1851. "winapi",
  1852. ]
  1853. [[package]]
  1854. name = "num-bigint-dig"
  1855. version = "0.8.2"
  1856. source = "registry+https://github.com/rust-lang/crates.io-index"
  1857. checksum = "2399c9463abc5f909349d8aa9ba080e0b88b3ce2885389b60b993f39b1a56905"
  1858. dependencies = [
  1859. "byteorder",
  1860. "lazy_static",
  1861. "libm",
  1862. "num-integer",
  1863. "num-iter",
  1864. "num-traits",
  1865. "rand",
  1866. "smallvec",
  1867. "zeroize",
  1868. ]
  1869. [[package]]
  1870. name = "num-integer"
  1871. version = "0.1.44"
  1872. source = "registry+https://github.com/rust-lang/crates.io-index"
  1873. checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"
  1874. dependencies = [
  1875. "autocfg",
  1876. "num-traits",
  1877. ]
  1878. [[package]]
  1879. name = "num-iter"
  1880. version = "0.1.43"
  1881. source = "registry+https://github.com/rust-lang/crates.io-index"
  1882. checksum = "7d03e6c028c5dc5cac6e2dec0efda81fc887605bb3d884578bb6d6bf7514e252"
  1883. dependencies = [
  1884. "autocfg",
  1885. "num-integer",
  1886. "num-traits",
  1887. ]
  1888. [[package]]
  1889. name = "num-traits"
  1890. version = "0.2.14"
  1891. source = "registry+https://github.com/rust-lang/crates.io-index"
  1892. checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
  1893. dependencies = [
  1894. "autocfg",
  1895. "libm",
  1896. ]
  1897. [[package]]
  1898. name = "num_cpus"
  1899. version = "1.15.0"
  1900. source = "registry+https://github.com/rust-lang/crates.io-index"
  1901. checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b"
  1902. dependencies = [
  1903. "hermit-abi 0.2.6",
  1904. "libc",
  1905. ]
  1906. [[package]]
  1907. name = "objc"
  1908. version = "0.2.7"
  1909. source = "registry+https://github.com/rust-lang/crates.io-index"
  1910. checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
  1911. dependencies = [
  1912. "malloc_buf",
  1913. ]
  1914. [[package]]
  1915. name = "once_cell"
  1916. version = "1.13.0"
  1917. source = "registry+https://github.com/rust-lang/crates.io-index"
  1918. checksum = "18a6dbe30758c9f83eb00cbea4ac95966305f5a7772f3f42ebfc7fc7eddbd8e1"
  1919. [[package]]
  1920. name = "opaque-debug"
  1921. version = "0.2.3"
  1922. source = "registry+https://github.com/rust-lang/crates.io-index"
  1923. checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"
  1924. [[package]]
  1925. name = "openssl-probe"
  1926. version = "0.1.5"
  1927. source = "registry+https://github.com/rust-lang/crates.io-index"
  1928. checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
  1929. [[package]]
  1930. name = "opentelemetry"
  1931. version = "0.17.0"
  1932. source = "registry+https://github.com/rust-lang/crates.io-index"
  1933. checksum = "6105e89802af13fdf48c49d7646d3b533a70e536d818aae7e78ba0433d01acb8"
  1934. dependencies = [
  1935. "async-trait",
  1936. "crossbeam-channel",
  1937. "dashmap",
  1938. "fnv",
  1939. "futures-channel",
  1940. "futures-executor",
  1941. "futures-util",
  1942. "js-sys",
  1943. "lazy_static",
  1944. "percent-encoding",
  1945. "pin-project",
  1946. "rand",
  1947. "thiserror",
  1948. "tokio",
  1949. "tokio-stream",
  1950. ]
  1951. [[package]]
  1952. name = "opentelemetry-jaeger"
  1953. version = "0.16.0"
  1954. source = "registry+https://github.com/rust-lang/crates.io-index"
  1955. checksum = "f8c0b12cd9e3f9b35b52f6e0dac66866c519b26f424f4bbf96e3fe8bfbdc5229"
  1956. dependencies = [
  1957. "async-trait",
  1958. "lazy_static",
  1959. "opentelemetry",
  1960. "opentelemetry-semantic-conventions",
  1961. "thiserror",
  1962. "thrift",
  1963. "tokio",
  1964. ]
  1965. [[package]]
  1966. name = "opentelemetry-otlp"
  1967. version = "0.10.0"
  1968. source = "registry+https://github.com/rust-lang/crates.io-index"
  1969. checksum = "9d1a6ca9de4c8b00aa7f1a153bd76cb263287155cec642680d79d98706f3d28a"
  1970. dependencies = [
  1971. "async-trait",
  1972. "futures",
  1973. "futures-util",
  1974. "http",
  1975. "opentelemetry",
  1976. "prost",
  1977. "thiserror",
  1978. "tokio",
  1979. "tonic",
  1980. "tonic-build",
  1981. ]
  1982. [[package]]
  1983. name = "opentelemetry-semantic-conventions"
  1984. version = "0.9.0"
  1985. source = "registry+https://github.com/rust-lang/crates.io-index"
  1986. checksum = "985cc35d832d412224b2cffe2f9194b1b89b6aa5d0bef76d080dce09d90e62bd"
  1987. dependencies = [
  1988. "opentelemetry",
  1989. ]
  1990. [[package]]
  1991. name = "opentelemetry-system-metrics"
  1992. version = "0.1.1"
  1993. source = "registry+https://github.com/rust-lang/crates.io-index"
  1994. checksum = "a848fb2d43cc8e5adabdedc6b37a88b45653d3a23b000a3d047e6953d5af42ea"
  1995. dependencies = [
  1996. "indexmap",
  1997. "opentelemetry",
  1998. "sysinfo",
  1999. ]
  2000. [[package]]
  2001. name = "ordered-float"
  2002. version = "1.1.1"
  2003. source = "registry+https://github.com/rust-lang/crates.io-index"
  2004. checksum = "3305af35278dd29f46fcdd139e0b1fbfae2153f0e5928b39b035542dd31e37b7"
  2005. dependencies = [
  2006. "num-traits",
  2007. ]
  2008. [[package]]
  2009. name = "ordered-float"
  2010. version = "3.4.0"
  2011. source = "registry+https://github.com/rust-lang/crates.io-index"
  2012. checksum = "d84eb1409416d254e4a9c8fa56cc24701755025b458f0fcd8e59e1f5f40c23bf"
  2013. dependencies = [
  2014. "num-traits",
  2015. ]
  2016. [[package]]
  2017. name = "os_str_bytes"
  2018. version = "6.0.0"
  2019. source = "registry+https://github.com/rust-lang/crates.io-index"
  2020. checksum = "8e22443d1643a904602595ba1cd8f7d896afe56d26712531c5ff73a15b2fbf64"
  2021. [[package]]
  2022. name = "overload"
  2023. version = "0.1.1"
  2024. source = "registry+https://github.com/rust-lang/crates.io-index"
  2025. checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
  2026. [[package]]
  2027. name = "parking"
  2028. version = "2.0.0"
  2029. source = "registry+https://github.com/rust-lang/crates.io-index"
  2030. checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"
  2031. [[package]]
  2032. name = "parking_lot"
  2033. version = "0.12.0"
  2034. source = "registry+https://github.com/rust-lang/crates.io-index"
  2035. checksum = "87f5ec2493a61ac0506c0f4199f99070cbe83857b0337006a30f3e6719b8ef58"
  2036. dependencies = [
  2037. "lock_api",
  2038. "parking_lot_core",
  2039. ]
  2040. [[package]]
  2041. name = "parking_lot_core"
  2042. version = "0.9.1"
  2043. source = "registry+https://github.com/rust-lang/crates.io-index"
  2044. checksum = "28141e0cc4143da2443301914478dc976a61ffdb3f043058310c70df2fed8954"
  2045. dependencies = [
  2046. "cfg-if",
  2047. "libc",
  2048. "redox_syscall",
  2049. "smallvec",
  2050. "windows-sys 0.32.0",
  2051. ]
  2052. [[package]]
  2053. name = "paste"
  2054. version = "1.0.12"
  2055. source = "registry+https://github.com/rust-lang/crates.io-index"
  2056. checksum = "9f746c4065a8fa3fe23974dd82f15431cc8d40779821001404d10d2e79ca7d79"
  2057. [[package]]
  2058. name = "pem-rfc7468"
  2059. version = "0.6.0"
  2060. source = "registry+https://github.com/rust-lang/crates.io-index"
  2061. checksum = "24d159833a9105500e0398934e205e0773f0b27529557134ecfc51c27646adac"
  2062. dependencies = [
  2063. "base64ct",
  2064. ]
  2065. [[package]]
  2066. name = "percent-encoding"
  2067. version = "2.2.0"
  2068. source = "registry+https://github.com/rust-lang/crates.io-index"
  2069. checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"
  2070. [[package]]
  2071. name = "pest"
  2072. version = "2.1.3"
  2073. source = "registry+https://github.com/rust-lang/crates.io-index"
  2074. checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53"
  2075. dependencies = [
  2076. "ucd-trie",
  2077. ]
  2078. [[package]]
  2079. name = "pest_derive"
  2080. version = "2.1.0"
  2081. source = "registry+https://github.com/rust-lang/crates.io-index"
  2082. checksum = "833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0"
  2083. dependencies = [
  2084. "pest",
  2085. "pest_generator",
  2086. ]
  2087. [[package]]
  2088. name = "pest_generator"
  2089. version = "2.1.3"
  2090. source = "registry+https://github.com/rust-lang/crates.io-index"
  2091. checksum = "99b8db626e31e5b81787b9783425769681b347011cc59471e33ea46d2ea0cf55"
  2092. dependencies = [
  2093. "pest",
  2094. "pest_meta",
  2095. "proc-macro2",
  2096. "quote",
  2097. "syn",
  2098. ]
  2099. [[package]]
  2100. name = "pest_meta"
  2101. version = "2.1.3"
  2102. source = "registry+https://github.com/rust-lang/crates.io-index"
  2103. checksum = "54be6e404f5317079812fc8f9f5279de376d8856929e21c184ecf6bbd692a11d"
  2104. dependencies = [
  2105. "maplit",
  2106. "pest",
  2107. "sha-1",
  2108. ]
  2109. [[package]]
  2110. name = "petgraph"
  2111. version = "0.6.3"
  2112. source = "registry+https://github.com/rust-lang/crates.io-index"
  2113. checksum = "4dd7d28ee937e54fe3080c91faa1c3a46c06de6252988a7f4592ba2310ef22a4"
  2114. dependencies = [
  2115. "fixedbitset",
  2116. "indexmap",
  2117. ]
  2118. [[package]]
  2119. name = "pin-project"
  2120. version = "1.0.10"
  2121. source = "registry+https://github.com/rust-lang/crates.io-index"
  2122. checksum = "58ad3879ad3baf4e44784bc6a718a8698867bb991f8ce24d1bcbe2cfb4c3a75e"
  2123. dependencies = [
  2124. "pin-project-internal",
  2125. ]
  2126. [[package]]
  2127. name = "pin-project-internal"
  2128. version = "1.0.10"
  2129. source = "registry+https://github.com/rust-lang/crates.io-index"
  2130. checksum = "744b6f092ba29c3650faf274db506afd39944f48420f6c86b17cfe0ee1cb36bb"
  2131. dependencies = [
  2132. "proc-macro2",
  2133. "quote",
  2134. "syn",
  2135. ]
  2136. [[package]]
  2137. name = "pin-project-lite"
  2138. version = "0.2.9"
  2139. source = "registry+https://github.com/rust-lang/crates.io-index"
  2140. checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
  2141. [[package]]
  2142. name = "pin-utils"
  2143. version = "0.1.0"
  2144. source = "registry+https://github.com/rust-lang/crates.io-index"
  2145. checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
  2146. [[package]]
  2147. name = "pkcs1"
  2148. version = "0.4.1"
  2149. source = "registry+https://github.com/rust-lang/crates.io-index"
  2150. checksum = "eff33bdbdfc54cc98a2eca766ebdec3e1b8fb7387523d5c9c9a2891da856f719"
  2151. dependencies = [
  2152. "der",
  2153. "pkcs8",
  2154. "spki",
  2155. "zeroize",
  2156. ]
  2157. [[package]]
  2158. name = "pkcs8"
  2159. version = "0.9.0"
  2160. source = "registry+https://github.com/rust-lang/crates.io-index"
  2161. checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
  2162. dependencies = [
  2163. "der",
  2164. "spki",
  2165. ]
  2166. [[package]]
  2167. name = "pnet"
  2168. version = "0.31.0"
  2169. source = "registry+https://github.com/rust-lang/crates.io-index"
  2170. checksum = "0caaf5b11fd907ff15cf14a4477bfabca4b37ab9e447a4f8dead969a59cdafad"
  2171. dependencies = [
  2172. "pnet_base",
  2173. "pnet_datalink",
  2174. "pnet_packet",
  2175. "pnet_transport",
  2176. ]
  2177. [[package]]
  2178. name = "pnet_base"
  2179. version = "0.31.0"
  2180. source = "registry+https://github.com/rust-lang/crates.io-index"
  2181. checksum = "f9d3a993d49e5fd5d4d854d6999d4addca1f72d86c65adf224a36757161c02b6"
  2182. dependencies = [
  2183. "no-std-net",
  2184. ]
  2185. [[package]]
  2186. name = "pnet_datalink"
  2187. version = "0.31.0"
  2188. source = "registry+https://github.com/rust-lang/crates.io-index"
  2189. checksum = "e466faf03a98ad27f6e15cd27a2b7cc89e73e640a43527742977bc503c37f8aa"
  2190. dependencies = [
  2191. "ipnetwork",
  2192. "libc",
  2193. "pnet_base",
  2194. "pnet_sys",
  2195. "winapi",
  2196. ]
  2197. [[package]]
  2198. name = "pnet_macros"
  2199. version = "0.31.0"
  2200. source = "registry+https://github.com/rust-lang/crates.io-index"
  2201. checksum = "48dd52a5211fac27e7acb14cfc9f30ae16ae0e956b7b779c8214c74559cef4c3"
  2202. dependencies = [
  2203. "proc-macro2",
  2204. "quote",
  2205. "regex",
  2206. "syn",
  2207. ]
  2208. [[package]]
  2209. name = "pnet_macros_support"
  2210. version = "0.31.0"
  2211. source = "registry+https://github.com/rust-lang/crates.io-index"
  2212. checksum = "89de095dc7739349559913aed1ef6a11e73ceade4897dadc77c5e09de6740750"
  2213. dependencies = [
  2214. "pnet_base",
  2215. ]
  2216. [[package]]
  2217. name = "pnet_packet"
  2218. version = "0.31.0"
  2219. source = "registry+https://github.com/rust-lang/crates.io-index"
  2220. checksum = "bc3b5111e697c39c8b9795b9fdccbc301ab696699e88b9ea5a4e4628978f495f"
  2221. dependencies = [
  2222. "glob",
  2223. "pnet_base",
  2224. "pnet_macros",
  2225. "pnet_macros_support",
  2226. ]
  2227. [[package]]
  2228. name = "pnet_sys"
  2229. version = "0.31.0"
  2230. source = "registry+https://github.com/rust-lang/crates.io-index"
  2231. checksum = "328e231f0add6d247d82421bf3790b4b33b39c8930637f428eef24c4c6a90805"
  2232. dependencies = [
  2233. "libc",
  2234. "winapi",
  2235. ]
  2236. [[package]]
  2237. name = "pnet_transport"
  2238. version = "0.31.0"
  2239. source = "registry+https://github.com/rust-lang/crates.io-index"
  2240. checksum = "ff597185e6f1f5671b3122e4dba892a1c73e17c17e723d7669bd9299cbe7f124"
  2241. dependencies = [
  2242. "libc",
  2243. "pnet_base",
  2244. "pnet_packet",
  2245. "pnet_sys",
  2246. ]
  2247. [[package]]
  2248. name = "polling"
  2249. version = "2.2.0"
  2250. source = "registry+https://github.com/rust-lang/crates.io-index"
  2251. checksum = "685404d509889fade3e86fe3a5803bca2ec09b0c0778d5ada6ec8bf7a8de5259"
  2252. dependencies = [
  2253. "cfg-if",
  2254. "libc",
  2255. "log",
  2256. "wepoll-ffi",
  2257. "winapi",
  2258. ]
  2259. [[package]]
  2260. name = "ppv-lite86"
  2261. version = "0.2.16"
  2262. source = "registry+https://github.com/rust-lang/crates.io-index"
  2263. checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"
  2264. [[package]]
  2265. name = "prettyplease"
  2266. version = "0.1.24"
  2267. source = "registry+https://github.com/rust-lang/crates.io-index"
  2268. checksum = "4ebcd279d20a4a0a2404a33056388e950504d891c855c7975b9a8fef75f3bf04"
  2269. dependencies = [
  2270. "proc-macro2",
  2271. "syn",
  2272. ]
  2273. [[package]]
  2274. name = "proc-macro-error"
  2275. version = "1.0.4"
  2276. source = "registry+https://github.com/rust-lang/crates.io-index"
  2277. checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
  2278. dependencies = [
  2279. "proc-macro-error-attr",
  2280. "proc-macro2",
  2281. "quote",
  2282. "syn",
  2283. "version_check",
  2284. ]
  2285. [[package]]
  2286. name = "proc-macro-error-attr"
  2287. version = "1.0.4"
  2288. source = "registry+https://github.com/rust-lang/crates.io-index"
  2289. checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
  2290. dependencies = [
  2291. "proc-macro2",
  2292. "quote",
  2293. "version_check",
  2294. ]
  2295. [[package]]
  2296. name = "proc-macro-hack"
  2297. version = "0.5.19"
  2298. source = "registry+https://github.com/rust-lang/crates.io-index"
  2299. checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
  2300. [[package]]
  2301. name = "proc-macro2"
  2302. version = "1.0.50"
  2303. source = "registry+https://github.com/rust-lang/crates.io-index"
  2304. checksum = "6ef7d57beacfaf2d8aee5937dab7b7f28de3cb8b1828479bb5de2a7106f2bae2"
  2305. dependencies = [
  2306. "unicode-ident",
  2307. ]
  2308. [[package]]
  2309. name = "prost"
  2310. version = "0.9.0"
  2311. source = "registry+https://github.com/rust-lang/crates.io-index"
  2312. checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
  2313. dependencies = [
  2314. "bytes",
  2315. "prost-derive",
  2316. ]
  2317. [[package]]
  2318. name = "prost-build"
  2319. version = "0.9.0"
  2320. source = "registry+https://github.com/rust-lang/crates.io-index"
  2321. checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
  2322. dependencies = [
  2323. "bytes",
  2324. "heck 0.3.3",
  2325. "itertools",
  2326. "lazy_static",
  2327. "log",
  2328. "multimap",
  2329. "petgraph",
  2330. "prost",
  2331. "prost-types",
  2332. "regex",
  2333. "tempfile",
  2334. "which",
  2335. ]
  2336. [[package]]
  2337. name = "prost-derive"
  2338. version = "0.9.0"
  2339. source = "registry+https://github.com/rust-lang/crates.io-index"
  2340. checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
  2341. dependencies = [
  2342. "anyhow",
  2343. "itertools",
  2344. "proc-macro2",
  2345. "quote",
  2346. "syn",
  2347. ]
  2348. [[package]]
  2349. name = "prost-types"
  2350. version = "0.9.0"
  2351. source = "registry+https://github.com/rust-lang/crates.io-index"
  2352. checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
  2353. dependencies = [
  2354. "bytes",
  2355. "prost",
  2356. ]
  2357. [[package]]
  2358. name = "pyo3"
  2359. version = "0.16.5"
  2360. source = "registry+https://github.com/rust-lang/crates.io-index"
  2361. checksum = "1e6302e85060011447471887705bb7838f14aba43fcb06957d823739a496b3dc"
  2362. dependencies = [
  2363. "cfg-if",
  2364. "eyre",
  2365. "indoc",
  2366. "libc",
  2367. "parking_lot",
  2368. "pyo3-build-config",
  2369. "pyo3-ffi",
  2370. "pyo3-macros",
  2371. "unindent",
  2372. ]
  2373. [[package]]
  2374. name = "pyo3-build-config"
  2375. version = "0.16.5"
  2376. source = "registry+https://github.com/rust-lang/crates.io-index"
  2377. checksum = "b5b65b546c35d8a3b1b2f0ddbac7c6a569d759f357f2b9df884f5d6b719152c8"
  2378. dependencies = [
  2379. "once_cell",
  2380. "target-lexicon",
  2381. ]
  2382. [[package]]
  2383. name = "pyo3-ffi"
  2384. version = "0.16.5"
  2385. source = "registry+https://github.com/rust-lang/crates.io-index"
  2386. checksum = "c275a07127c1aca33031a563e384ffdd485aee34ef131116fcd58e3430d1742b"
  2387. dependencies = [
  2388. "libc",
  2389. "pyo3-build-config",
  2390. ]
  2391. [[package]]
  2392. name = "pyo3-macros"
  2393. version = "0.16.5"
  2394. source = "registry+https://github.com/rust-lang/crates.io-index"
  2395. checksum = "284fc4485bfbcc9850a6d661d627783f18d19c2ab55880b021671c4ba83e90f7"
  2396. dependencies = [
  2397. "proc-macro2",
  2398. "pyo3-macros-backend",
  2399. "quote",
  2400. "syn",
  2401. ]
  2402. [[package]]
  2403. name = "pyo3-macros-backend"
  2404. version = "0.16.5"
  2405. source = "registry+https://github.com/rust-lang/crates.io-index"
  2406. checksum = "53bda0f58f73f5c5429693c96ed57f7abdb38fdfc28ae06da4101a257adb7faf"
  2407. dependencies = [
  2408. "proc-macro2",
  2409. "quote",
  2410. "syn",
  2411. ]
  2412. [[package]]
  2413. name = "quinn"
  2414. version = "0.9.3"
  2415. source = "registry+https://github.com/rust-lang/crates.io-index"
  2416. checksum = "445cbfe2382fa023c4f2f3c7e1c95c03dcc1df2bf23cebcb2b13e1402c4394d1"
  2417. dependencies = [
  2418. "bytes",
  2419. "pin-project-lite",
  2420. "quinn-proto",
  2421. "quinn-udp",
  2422. "rustc-hash",
  2423. "rustls",
  2424. "thiserror",
  2425. "tokio",
  2426. "tracing",
  2427. "webpki",
  2428. ]
  2429. [[package]]
  2430. name = "quinn-proto"
  2431. version = "0.9.2"
  2432. source = "registry+https://github.com/rust-lang/crates.io-index"
  2433. checksum = "72ef4ced82a24bb281af338b9e8f94429b6eca01b4e66d899f40031f074e74c9"
  2434. dependencies = [
  2435. "bytes",
  2436. "rand",
  2437. "ring",
  2438. "rustc-hash",
  2439. "rustls",
  2440. "rustls-native-certs",
  2441. "slab",
  2442. "thiserror",
  2443. "tinyvec",
  2444. "tracing",
  2445. "webpki",
  2446. ]
  2447. [[package]]
  2448. name = "quinn-udp"
  2449. version = "0.3.2"
  2450. source = "registry+https://github.com/rust-lang/crates.io-index"
  2451. checksum = "641538578b21f5e5c8ea733b736895576d0fe329bb883b937db6f4d163dbaaf4"
  2452. dependencies = [
  2453. "libc",
  2454. "quinn-proto",
  2455. "socket2",
  2456. "tracing",
  2457. "windows-sys 0.42.0",
  2458. ]
  2459. [[package]]
  2460. name = "quote"
  2461. version = "1.0.23"
  2462. source = "registry+https://github.com/rust-lang/crates.io-index"
  2463. checksum = "8856d8364d252a14d474036ea1358d63c9e6965c8e5c1885c18f73d70bff9c7b"
  2464. dependencies = [
  2465. "proc-macro2",
  2466. ]
  2467. [[package]]
  2468. name = "radium"
  2469. version = "0.7.0"
  2470. source = "registry+https://github.com/rust-lang/crates.io-index"
  2471. checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
  2472. [[package]]
  2473. name = "rand"
  2474. version = "0.8.5"
  2475. source = "registry+https://github.com/rust-lang/crates.io-index"
  2476. checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
  2477. dependencies = [
  2478. "libc",
  2479. "rand_chacha",
  2480. "rand_core",
  2481. ]
  2482. [[package]]
  2483. name = "rand_chacha"
  2484. version = "0.3.1"
  2485. source = "registry+https://github.com/rust-lang/crates.io-index"
  2486. checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
  2487. dependencies = [
  2488. "ppv-lite86",
  2489. "rand_core",
  2490. ]
  2491. [[package]]
  2492. name = "rand_core"
  2493. version = "0.6.3"
  2494. source = "registry+https://github.com/rust-lang/crates.io-index"
  2495. checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
  2496. dependencies = [
  2497. "getrandom",
  2498. ]
  2499. [[package]]
  2500. name = "raw-window-handle"
  2501. version = "0.5.0"
  2502. source = "registry+https://github.com/rust-lang/crates.io-index"
  2503. checksum = "ed7e3d950b66e19e0c372f3fa3fbbcf85b1746b571f74e0c2af6042a5c93420a"
  2504. dependencies = [
  2505. "cty",
  2506. ]
  2507. [[package]]
  2508. name = "raw_sync_2"
  2509. version = "0.1.5"
  2510. source = "registry+https://github.com/rust-lang/crates.io-index"
  2511. checksum = "f067b45fa17e31d15636789c2638bd562da5496d498876cf0495df78f7e4fdcb"
  2512. dependencies = [
  2513. "cfg-if",
  2514. "libc",
  2515. "nix 0.23.1",
  2516. "rand",
  2517. "winapi",
  2518. ]
  2519. [[package]]
  2520. name = "rayon"
  2521. version = "1.5.1"
  2522. source = "registry+https://github.com/rust-lang/crates.io-index"
  2523. checksum = "c06aca804d41dbc8ba42dfd964f0d01334eceb64314b9ecf7c5fad5188a06d90"
  2524. dependencies = [
  2525. "autocfg",
  2526. "crossbeam-deque",
  2527. "either",
  2528. "rayon-core",
  2529. ]
  2530. [[package]]
  2531. name = "rayon-core"
  2532. version = "1.9.1"
  2533. source = "registry+https://github.com/rust-lang/crates.io-index"
  2534. checksum = "d78120e2c850279833f1dd3582f730c4ab53ed95aeaaaa862a2a5c71b1656d8e"
  2535. dependencies = [
  2536. "crossbeam-channel",
  2537. "crossbeam-deque",
  2538. "crossbeam-utils",
  2539. "lazy_static",
  2540. "num_cpus",
  2541. ]
  2542. [[package]]
  2543. name = "redox_syscall"
  2544. version = "0.2.12"
  2545. source = "registry+https://github.com/rust-lang/crates.io-index"
  2546. checksum = "8ae183fc1b06c149f0c1793e1eb447c8b04bfe46d48e9e48bfb8d2d7ed64ecf0"
  2547. dependencies = [
  2548. "bitflags",
  2549. ]
  2550. [[package]]
  2551. name = "redox_users"
  2552. version = "0.4.2"
  2553. source = "registry+https://github.com/rust-lang/crates.io-index"
  2554. checksum = "7776223e2696f1aa4c6b0170e83212f47296a00424305117d013dfe86fb0fe55"
  2555. dependencies = [
  2556. "getrandom",
  2557. "redox_syscall",
  2558. "thiserror",
  2559. ]
  2560. [[package]]
  2561. name = "regex"
  2562. version = "1.7.1"
  2563. source = "registry+https://github.com/rust-lang/crates.io-index"
  2564. checksum = "48aaa5748ba571fb95cd2c85c09f629215d3a6ece942baa100950af03a34f733"
  2565. dependencies = [
  2566. "aho-corasick",
  2567. "memchr",
  2568. "regex-syntax",
  2569. ]
  2570. [[package]]
  2571. name = "regex-automata"
  2572. version = "0.1.10"
  2573. source = "registry+https://github.com/rust-lang/crates.io-index"
  2574. checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
  2575. dependencies = [
  2576. "regex-syntax",
  2577. ]
  2578. [[package]]
  2579. name = "regex-syntax"
  2580. version = "0.6.28"
  2581. source = "registry+https://github.com/rust-lang/crates.io-index"
  2582. checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848"
  2583. [[package]]
  2584. name = "reqwest"
  2585. version = "0.11.12"
  2586. source = "registry+https://github.com/rust-lang/crates.io-index"
  2587. checksum = "431949c384f4e2ae07605ccaa56d1d9d2ecdb5cadd4f9577ccfab29f2e5149fc"
  2588. dependencies = [
  2589. "base64 0.13.1",
  2590. "bytes",
  2591. "encoding_rs",
  2592. "futures-core",
  2593. "futures-util",
  2594. "h2",
  2595. "http",
  2596. "http-body",
  2597. "hyper",
  2598. "ipnet",
  2599. "js-sys",
  2600. "log",
  2601. "mime",
  2602. "once_cell",
  2603. "percent-encoding",
  2604. "pin-project-lite",
  2605. "rustls",
  2606. "serde",
  2607. "serde_json",
  2608. "serde_urlencoded",
  2609. "tokio",
  2610. "tower-service",
  2611. "url",
  2612. "wasm-bindgen",
  2613. "wasm-bindgen-futures",
  2614. "web-sys",
  2615. "winreg",
  2616. ]
  2617. [[package]]
  2618. name = "ring"
  2619. version = "0.16.20"
  2620. source = "registry+https://github.com/rust-lang/crates.io-index"
  2621. checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
  2622. dependencies = [
  2623. "cc",
  2624. "libc",
  2625. "once_cell",
  2626. "spin 0.5.2",
  2627. "untrusted",
  2628. "web-sys",
  2629. "winapi",
  2630. ]
  2631. [[package]]
  2632. name = "ringbuffer-spsc"
  2633. version = "0.1.9"
  2634. source = "registry+https://github.com/rust-lang/crates.io-index"
  2635. checksum = "2fd1938faa63a2362ee1747afb2d10567d0fb1413b9cbd6198a8541485c4f773"
  2636. dependencies = [
  2637. "array-init",
  2638. "cache-padded",
  2639. ]
  2640. [[package]]
  2641. name = "rsa"
  2642. version = "0.7.2"
  2643. source = "registry+https://github.com/rust-lang/crates.io-index"
  2644. checksum = "094052d5470cbcef561cb848a7209968c9f12dfa6d668f4bca048ac5de51099c"
  2645. dependencies = [
  2646. "byteorder",
  2647. "digest 0.10.6",
  2648. "num-bigint-dig",
  2649. "num-integer",
  2650. "num-iter",
  2651. "num-traits",
  2652. "pkcs1",
  2653. "pkcs8",
  2654. "rand_core",
  2655. "signature",
  2656. "smallvec",
  2657. "subtle",
  2658. "zeroize",
  2659. ]
  2660. [[package]]
  2661. name = "rust-dataflow-example-node"
  2662. version = "0.2.1"
  2663. dependencies = [
  2664. "dora-node-api",
  2665. "eyre",
  2666. "futures",
  2667. "rand",
  2668. "tokio",
  2669. ]
  2670. [[package]]
  2671. name = "rust-dataflow-example-operator"
  2672. version = "0.2.1"
  2673. dependencies = [
  2674. "dora-operator-api",
  2675. ]
  2676. [[package]]
  2677. name = "rust-dataflow-example-sink"
  2678. version = "0.2.1"
  2679. dependencies = [
  2680. "dora-node-api",
  2681. "eyre",
  2682. ]
  2683. [[package]]
  2684. name = "rustc-hash"
  2685. version = "1.1.0"
  2686. source = "registry+https://github.com/rust-lang/crates.io-index"
  2687. checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
  2688. [[package]]
  2689. name = "rustc_version"
  2690. version = "0.4.0"
  2691. source = "registry+https://github.com/rust-lang/crates.io-index"
  2692. checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
  2693. dependencies = [
  2694. "semver",
  2695. ]
  2696. [[package]]
  2697. name = "rustix"
  2698. version = "0.36.9"
  2699. source = "registry+https://github.com/rust-lang/crates.io-index"
  2700. checksum = "fd5c6ff11fecd55b40746d1995a02f2eb375bf8c00d192d521ee09f42bef37bc"
  2701. dependencies = [
  2702. "bitflags",
  2703. "errno",
  2704. "io-lifetimes",
  2705. "libc",
  2706. "linux-raw-sys",
  2707. "windows-sys 0.45.0",
  2708. ]
  2709. [[package]]
  2710. name = "rustls"
  2711. version = "0.20.6"
  2712. source = "registry+https://github.com/rust-lang/crates.io-index"
  2713. checksum = "5aab8ee6c7097ed6057f43c187a62418d0c05a4bd5f18b3571db50ee0f9ce033"
  2714. dependencies = [
  2715. "log",
  2716. "ring",
  2717. "sct",
  2718. "webpki",
  2719. ]
  2720. [[package]]
  2721. name = "rustls-native-certs"
  2722. version = "0.6.2"
  2723. source = "registry+https://github.com/rust-lang/crates.io-index"
  2724. checksum = "0167bac7a9f490495f3c33013e7722b53cb087ecbe082fb0c6387c96f634ea50"
  2725. dependencies = [
  2726. "openssl-probe",
  2727. "rustls-pemfile",
  2728. "schannel",
  2729. "security-framework",
  2730. ]
  2731. [[package]]
  2732. name = "rustls-pemfile"
  2733. version = "1.0.2"
  2734. source = "registry+https://github.com/rust-lang/crates.io-index"
  2735. checksum = "d194b56d58803a43635bdc398cd17e383d6f71f9182b9a192c127ca42494a59b"
  2736. dependencies = [
  2737. "base64 0.21.0",
  2738. ]
  2739. [[package]]
  2740. name = "ryu"
  2741. version = "1.0.9"
  2742. source = "registry+https://github.com/rust-lang/crates.io-index"
  2743. checksum = "73b4b750c782965c211b42f022f59af1fbceabdd026623714f104152f1ec149f"
  2744. [[package]]
  2745. name = "safer-ffi"
  2746. version = "0.1.0-rc1"
  2747. source = "registry+https://github.com/rust-lang/crates.io-index"
  2748. checksum = "7270b08a2af50909969cfc28a239cfdda9ab1b3df74749b265c46956183e5bf7"
  2749. dependencies = [
  2750. "inventory",
  2751. "libc",
  2752. "macro_rules_attribute",
  2753. "paste",
  2754. "safer_ffi-proc_macros",
  2755. "scopeguard",
  2756. "uninit",
  2757. "unwind_safe",
  2758. "with_builtin_macros",
  2759. ]
  2760. [[package]]
  2761. name = "safer_ffi-proc_macros"
  2762. version = "0.1.0-rc1"
  2763. source = "registry+https://github.com/rust-lang/crates.io-index"
  2764. checksum = "1438fb328c52f5148ea02a317603efd802f2cd6eb9e721adfd51b94bb55d9ddb"
  2765. dependencies = [
  2766. "macro_rules_attribute",
  2767. "prettyplease",
  2768. "proc-macro2",
  2769. "quote",
  2770. "syn",
  2771. ]
  2772. [[package]]
  2773. name = "same-file"
  2774. version = "1.0.6"
  2775. source = "registry+https://github.com/rust-lang/crates.io-index"
  2776. checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
  2777. dependencies = [
  2778. "winapi-util",
  2779. ]
  2780. [[package]]
  2781. name = "schannel"
  2782. version = "0.1.19"
  2783. source = "registry+https://github.com/rust-lang/crates.io-index"
  2784. checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75"
  2785. dependencies = [
  2786. "lazy_static",
  2787. "winapi",
  2788. ]
  2789. [[package]]
  2790. name = "scopeguard"
  2791. version = "1.1.0"
  2792. source = "registry+https://github.com/rust-lang/crates.io-index"
  2793. checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
  2794. [[package]]
  2795. name = "scratch"
  2796. version = "1.0.2"
  2797. source = "registry+https://github.com/rust-lang/crates.io-index"
  2798. checksum = "9c8132065adcfd6e02db789d9285a0deb2f3fcb04002865ab67d5fb103533898"
  2799. [[package]]
  2800. name = "sct"
  2801. version = "0.7.0"
  2802. source = "registry+https://github.com/rust-lang/crates.io-index"
  2803. checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"
  2804. dependencies = [
  2805. "ring",
  2806. "untrusted",
  2807. ]
  2808. [[package]]
  2809. name = "security-framework"
  2810. version = "2.6.1"
  2811. source = "registry+https://github.com/rust-lang/crates.io-index"
  2812. checksum = "2dc14f172faf8a0194a3aded622712b0de276821addc574fa54fc0a1167e10dc"
  2813. dependencies = [
  2814. "bitflags",
  2815. "core-foundation",
  2816. "core-foundation-sys",
  2817. "libc",
  2818. "security-framework-sys",
  2819. ]
  2820. [[package]]
  2821. name = "security-framework-sys"
  2822. version = "2.6.1"
  2823. source = "registry+https://github.com/rust-lang/crates.io-index"
  2824. checksum = "0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556"
  2825. dependencies = [
  2826. "core-foundation-sys",
  2827. "libc",
  2828. ]
  2829. [[package]]
  2830. name = "semver"
  2831. version = "1.0.7"
  2832. source = "registry+https://github.com/rust-lang/crates.io-index"
  2833. checksum = "d65bd28f48be7196d222d95b9243287f48d27aca604e08497513019ff0502cc4"
  2834. [[package]]
  2835. name = "serde"
  2836. version = "1.0.152"
  2837. source = "registry+https://github.com/rust-lang/crates.io-index"
  2838. checksum = "bb7d1f0d3021d347a83e556fc4683dea2ea09d87bccdf88ff5c12545d89d5efb"
  2839. dependencies = [
  2840. "serde_derive",
  2841. ]
  2842. [[package]]
  2843. name = "serde-with-expand-env"
  2844. version = "1.1.0"
  2845. source = "registry+https://github.com/rust-lang/crates.io-index"
  2846. checksum = "888d884a3be3a209308d0b66f1918ff18f60e93db837259e53ea7d8dd14e7e98"
  2847. dependencies = [
  2848. "serde",
  2849. "shellexpand 2.1.0",
  2850. ]
  2851. [[package]]
  2852. name = "serde_derive"
  2853. version = "1.0.152"
  2854. source = "registry+https://github.com/rust-lang/crates.io-index"
  2855. checksum = "af487d118eecd09402d70a5d72551860e788df87b464af30e5ea6a38c75c541e"
  2856. dependencies = [
  2857. "proc-macro2",
  2858. "quote",
  2859. "syn",
  2860. ]
  2861. [[package]]
  2862. name = "serde_json"
  2863. version = "1.0.89"
  2864. source = "registry+https://github.com/rust-lang/crates.io-index"
  2865. checksum = "020ff22c755c2ed3f8cf162dbb41a7268d934702f3ed3631656ea597e08fc3db"
  2866. dependencies = [
  2867. "itoa",
  2868. "ryu",
  2869. "serde",
  2870. ]
  2871. [[package]]
  2872. name = "serde_urlencoded"
  2873. version = "0.7.1"
  2874. source = "registry+https://github.com/rust-lang/crates.io-index"
  2875. checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
  2876. dependencies = [
  2877. "form_urlencoded",
  2878. "itoa",
  2879. "ryu",
  2880. "serde",
  2881. ]
  2882. [[package]]
  2883. name = "serde_yaml"
  2884. version = "0.8.23"
  2885. source = "registry+https://github.com/rust-lang/crates.io-index"
  2886. checksum = "a4a521f2940385c165a24ee286aa8599633d162077a54bdcae2a6fd5a7bfa7a0"
  2887. dependencies = [
  2888. "indexmap",
  2889. "ryu",
  2890. "serde",
  2891. "yaml-rust",
  2892. ]
  2893. [[package]]
  2894. name = "serde_yaml"
  2895. version = "0.9.19"
  2896. source = "registry+https://github.com/rust-lang/crates.io-index"
  2897. checksum = "f82e6c8c047aa50a7328632d067bcae6ef38772a79e28daf32f735e0e4f3dd10"
  2898. dependencies = [
  2899. "indexmap",
  2900. "itoa",
  2901. "ryu",
  2902. "serde",
  2903. "unsafe-libyaml",
  2904. ]
  2905. [[package]]
  2906. name = "sha-1"
  2907. version = "0.8.2"
  2908. source = "registry+https://github.com/rust-lang/crates.io-index"
  2909. checksum = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df"
  2910. dependencies = [
  2911. "block-buffer 0.7.3",
  2912. "digest 0.8.1",
  2913. "fake-simd",
  2914. "opaque-debug",
  2915. ]
  2916. [[package]]
  2917. name = "sha3"
  2918. version = "0.10.6"
  2919. source = "registry+https://github.com/rust-lang/crates.io-index"
  2920. checksum = "bdf0c33fae925bdc080598b84bc15c55e7b9a4a43b3c704da051f977469691c9"
  2921. dependencies = [
  2922. "digest 0.10.6",
  2923. "keccak",
  2924. ]
  2925. [[package]]
  2926. name = "sharded-slab"
  2927. version = "0.1.4"
  2928. source = "registry+https://github.com/rust-lang/crates.io-index"
  2929. checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"
  2930. dependencies = [
  2931. "lazy_static",
  2932. ]
  2933. [[package]]
  2934. name = "shared-memory-server"
  2935. version = "0.2.1"
  2936. dependencies = [
  2937. "bincode",
  2938. "eyre",
  2939. "raw_sync_2",
  2940. "serde",
  2941. "shared_memory",
  2942. "tracing",
  2943. ]
  2944. [[package]]
  2945. name = "shared_memory"
  2946. version = "0.12.0"
  2947. source = "registry+https://github.com/rust-lang/crates.io-index"
  2948. checksum = "681a9e90340f748af3a1cc52eb2c040eee29f976b763e99ad90fc0c5df6f9791"
  2949. dependencies = [
  2950. "cfg-if",
  2951. "libc",
  2952. "nix 0.22.3",
  2953. "rand",
  2954. "winapi",
  2955. ]
  2956. [[package]]
  2957. name = "shellexpand"
  2958. version = "2.1.0"
  2959. source = "registry+https://github.com/rust-lang/crates.io-index"
  2960. checksum = "83bdb7831b2d85ddf4a7b148aa19d0587eddbe8671a436b7bd1182eaad0f2829"
  2961. dependencies = [
  2962. "dirs-next",
  2963. ]
  2964. [[package]]
  2965. name = "shellexpand"
  2966. version = "3.0.0"
  2967. source = "registry+https://github.com/rust-lang/crates.io-index"
  2968. checksum = "dd1c7ddea665294d484c39fd0c0d2b7e35bbfe10035c5fe1854741a57f6880e1"
  2969. dependencies = [
  2970. "dirs",
  2971. ]
  2972. [[package]]
  2973. name = "signal-hook"
  2974. version = "0.3.13"
  2975. source = "registry+https://github.com/rust-lang/crates.io-index"
  2976. checksum = "647c97df271007dcea485bb74ffdb57f2e683f1306c854f468a0c244badabf2d"
  2977. dependencies = [
  2978. "libc",
  2979. "signal-hook-registry",
  2980. ]
  2981. [[package]]
  2982. name = "signal-hook-mio"
  2983. version = "0.2.3"
  2984. source = "registry+https://github.com/rust-lang/crates.io-index"
  2985. checksum = "29ad2e15f37ec9a6cc544097b78a1ec90001e9f71b81338ca39f430adaca99af"
  2986. dependencies = [
  2987. "libc",
  2988. "mio",
  2989. "signal-hook",
  2990. ]
  2991. [[package]]
  2992. name = "signal-hook-registry"
  2993. version = "1.4.0"
  2994. source = "registry+https://github.com/rust-lang/crates.io-index"
  2995. checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"
  2996. dependencies = [
  2997. "libc",
  2998. ]
  2999. [[package]]
  3000. name = "signature"
  3001. version = "1.6.4"
  3002. source = "registry+https://github.com/rust-lang/crates.io-index"
  3003. checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
  3004. dependencies = [
  3005. "digest 0.10.6",
  3006. "rand_core",
  3007. ]
  3008. [[package]]
  3009. name = "slab"
  3010. version = "0.4.5"
  3011. source = "registry+https://github.com/rust-lang/crates.io-index"
  3012. checksum = "9def91fd1e018fe007022791f865d0ccc9b3a0d5001e01aabb8b40e46000afb5"
  3013. [[package]]
  3014. name = "smallvec"
  3015. version = "1.10.0"
  3016. source = "registry+https://github.com/rust-lang/crates.io-index"
  3017. checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
  3018. [[package]]
  3019. name = "socket2"
  3020. version = "0.4.9"
  3021. source = "registry+https://github.com/rust-lang/crates.io-index"
  3022. checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662"
  3023. dependencies = [
  3024. "libc",
  3025. "winapi",
  3026. ]
  3027. [[package]]
  3028. name = "spin"
  3029. version = "0.5.2"
  3030. source = "registry+https://github.com/rust-lang/crates.io-index"
  3031. checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
  3032. [[package]]
  3033. name = "spin"
  3034. version = "0.9.2"
  3035. source = "registry+https://github.com/rust-lang/crates.io-index"
  3036. checksum = "511254be0c5bcf062b019a6c89c01a664aa359ded62f78aa72c6fc137c0590e5"
  3037. dependencies = [
  3038. "lock_api",
  3039. ]
  3040. [[package]]
  3041. name = "spki"
  3042. version = "0.6.0"
  3043. source = "registry+https://github.com/rust-lang/crates.io-index"
  3044. checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
  3045. dependencies = [
  3046. "base64ct",
  3047. "der",
  3048. ]
  3049. [[package]]
  3050. name = "static_assertions"
  3051. version = "1.1.0"
  3052. source = "registry+https://github.com/rust-lang/crates.io-index"
  3053. checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
  3054. [[package]]
  3055. name = "stop-token"
  3056. version = "0.7.0"
  3057. source = "registry+https://github.com/rust-lang/crates.io-index"
  3058. checksum = "af91f480ee899ab2d9f8435bfdfc14d08a5754bd9d3fef1f1a1c23336aad6c8b"
  3059. dependencies = [
  3060. "async-channel",
  3061. "cfg-if",
  3062. "futures-core",
  3063. "pin-project-lite",
  3064. ]
  3065. [[package]]
  3066. name = "strsim"
  3067. version = "0.10.0"
  3068. source = "registry+https://github.com/rust-lang/crates.io-index"
  3069. checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
  3070. [[package]]
  3071. name = "subtle"
  3072. version = "2.4.1"
  3073. source = "registry+https://github.com/rust-lang/crates.io-index"
  3074. checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"
  3075. [[package]]
  3076. name = "syn"
  3077. version = "1.0.107"
  3078. source = "registry+https://github.com/rust-lang/crates.io-index"
  3079. checksum = "1f4064b5b16e03ae50984a5a8ed5d4f8803e6bc1fd170a3cda91a1be4b18e3f5"
  3080. dependencies = [
  3081. "proc-macro2",
  3082. "quote",
  3083. "unicode-ident",
  3084. ]
  3085. [[package]]
  3086. name = "sysinfo"
  3087. version = "0.24.5"
  3088. source = "registry+https://github.com/rust-lang/crates.io-index"
  3089. checksum = "7d80929a3b477bce3a64360ca82bfb361eacce1dcb7b1fb31e8e5e181e37c212"
  3090. dependencies = [
  3091. "cfg-if",
  3092. "core-foundation-sys",
  3093. "libc",
  3094. "ntapi",
  3095. "once_cell",
  3096. "rayon",
  3097. "winapi",
  3098. ]
  3099. [[package]]
  3100. name = "tap"
  3101. version = "1.0.1"
  3102. source = "registry+https://github.com/rust-lang/crates.io-index"
  3103. checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
  3104. [[package]]
  3105. name = "target-lexicon"
  3106. version = "0.12.4"
  3107. source = "registry+https://github.com/rust-lang/crates.io-index"
  3108. checksum = "c02424087780c9b71cc96799eaeddff35af2bc513278cda5c99fc1f5d026d3c1"
  3109. [[package]]
  3110. name = "tempfile"
  3111. version = "3.4.0"
  3112. source = "registry+https://github.com/rust-lang/crates.io-index"
  3113. checksum = "af18f7ae1acd354b992402e9ec5864359d693cd8a79dcbef59f76891701c1e95"
  3114. dependencies = [
  3115. "cfg-if",
  3116. "fastrand",
  3117. "redox_syscall",
  3118. "rustix",
  3119. "windows-sys 0.42.0",
  3120. ]
  3121. [[package]]
  3122. name = "termcolor"
  3123. version = "1.1.3"
  3124. source = "registry+https://github.com/rust-lang/crates.io-index"
  3125. checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
  3126. dependencies = [
  3127. "winapi-util",
  3128. ]
  3129. [[package]]
  3130. name = "textwrap"
  3131. version = "0.16.0"
  3132. source = "registry+https://github.com/rust-lang/crates.io-index"
  3133. checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d"
  3134. [[package]]
  3135. name = "thiserror"
  3136. version = "1.0.37"
  3137. source = "registry+https://github.com/rust-lang/crates.io-index"
  3138. checksum = "10deb33631e3c9018b9baf9dcbbc4f737320d2b576bac10f6aefa048fa407e3e"
  3139. dependencies = [
  3140. "thiserror-impl",
  3141. ]
  3142. [[package]]
  3143. name = "thiserror-impl"
  3144. version = "1.0.37"
  3145. source = "registry+https://github.com/rust-lang/crates.io-index"
  3146. checksum = "982d17546b47146b28f7c22e3d08465f6b8903d0ea13c1660d9d84a6e7adcdbb"
  3147. dependencies = [
  3148. "proc-macro2",
  3149. "quote",
  3150. "syn",
  3151. ]
  3152. [[package]]
  3153. name = "thread_local"
  3154. version = "1.1.4"
  3155. source = "registry+https://github.com/rust-lang/crates.io-index"
  3156. checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"
  3157. dependencies = [
  3158. "once_cell",
  3159. ]
  3160. [[package]]
  3161. name = "threadpool"
  3162. version = "1.8.1"
  3163. source = "registry+https://github.com/rust-lang/crates.io-index"
  3164. checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"
  3165. dependencies = [
  3166. "num_cpus",
  3167. ]
  3168. [[package]]
  3169. name = "thrift"
  3170. version = "0.15.0"
  3171. source = "registry+https://github.com/rust-lang/crates.io-index"
  3172. checksum = "b82ca8f46f95b3ce96081fe3dd89160fdea970c254bb72925255d1b62aae692e"
  3173. dependencies = [
  3174. "byteorder",
  3175. "integer-encoding",
  3176. "log",
  3177. "ordered-float 1.1.1",
  3178. "threadpool",
  3179. ]
  3180. [[package]]
  3181. name = "tinyvec"
  3182. version = "1.5.1"
  3183. source = "registry+https://github.com/rust-lang/crates.io-index"
  3184. checksum = "2c1c1d5a42b6245520c249549ec267180beaffcc0615401ac8e31853d4b6d8d2"
  3185. dependencies = [
  3186. "tinyvec_macros",
  3187. ]
  3188. [[package]]
  3189. name = "tinyvec_macros"
  3190. version = "0.1.0"
  3191. source = "registry+https://github.com/rust-lang/crates.io-index"
  3192. checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
  3193. [[package]]
  3194. name = "tokio"
  3195. version = "1.26.0"
  3196. source = "registry+https://github.com/rust-lang/crates.io-index"
  3197. checksum = "03201d01c3c27a29c8a5cee5b55a93ddae1ccf6f08f65365c2c918f8c1b76f64"
  3198. dependencies = [
  3199. "autocfg",
  3200. "bytes",
  3201. "libc",
  3202. "memchr",
  3203. "mio",
  3204. "num_cpus",
  3205. "parking_lot",
  3206. "pin-project-lite",
  3207. "signal-hook-registry",
  3208. "socket2",
  3209. "tokio-macros",
  3210. "windows-sys 0.45.0",
  3211. ]
  3212. [[package]]
  3213. name = "tokio-io-timeout"
  3214. version = "1.2.0"
  3215. source = "registry+https://github.com/rust-lang/crates.io-index"
  3216. checksum = "30b74022ada614a1b4834de765f9bb43877f910cc8ce4be40e89042c9223a8bf"
  3217. dependencies = [
  3218. "pin-project-lite",
  3219. "tokio",
  3220. ]
  3221. [[package]]
  3222. name = "tokio-macros"
  3223. version = "1.7.0"
  3224. source = "registry+https://github.com/rust-lang/crates.io-index"
  3225. checksum = "b557f72f448c511a979e2564e55d74e6c4432fc96ff4f6241bc6bded342643b7"
  3226. dependencies = [
  3227. "proc-macro2",
  3228. "quote",
  3229. "syn",
  3230. ]
  3231. [[package]]
  3232. name = "tokio-stream"
  3233. version = "0.1.11"
  3234. source = "registry+https://github.com/rust-lang/crates.io-index"
  3235. checksum = "d660770404473ccd7bc9f8b28494a811bc18542b915c0855c51e8f419d5223ce"
  3236. dependencies = [
  3237. "futures-core",
  3238. "pin-project-lite",
  3239. "tokio",
  3240. ]
  3241. [[package]]
  3242. name = "tokio-util"
  3243. version = "0.6.10"
  3244. source = "registry+https://github.com/rust-lang/crates.io-index"
  3245. checksum = "36943ee01a6d67977dd3f84a5a1d2efeb4ada3a1ae771cadfaa535d9d9fc6507"
  3246. dependencies = [
  3247. "bytes",
  3248. "futures-core",
  3249. "futures-sink",
  3250. "log",
  3251. "pin-project-lite",
  3252. "tokio",
  3253. ]
  3254. [[package]]
  3255. name = "tokio-util"
  3256. version = "0.7.1"
  3257. source = "registry+https://github.com/rust-lang/crates.io-index"
  3258. checksum = "0edfdeb067411dba2044da6d1cb2df793dd35add7888d73c16e3381ded401764"
  3259. dependencies = [
  3260. "bytes",
  3261. "futures-core",
  3262. "futures-sink",
  3263. "pin-project-lite",
  3264. "tokio",
  3265. "tracing",
  3266. ]
  3267. [[package]]
  3268. name = "tonic"
  3269. version = "0.6.2"
  3270. source = "registry+https://github.com/rust-lang/crates.io-index"
  3271. checksum = "ff08f4649d10a70ffa3522ca559031285d8e421d727ac85c60825761818f5d0a"
  3272. dependencies = [
  3273. "async-stream",
  3274. "async-trait",
  3275. "base64 0.13.1",
  3276. "bytes",
  3277. "futures-core",
  3278. "futures-util",
  3279. "h2",
  3280. "http",
  3281. "http-body",
  3282. "hyper",
  3283. "hyper-timeout",
  3284. "percent-encoding",
  3285. "pin-project",
  3286. "prost",
  3287. "prost-derive",
  3288. "tokio",
  3289. "tokio-stream",
  3290. "tokio-util 0.6.10",
  3291. "tower",
  3292. "tower-layer",
  3293. "tower-service",
  3294. "tracing",
  3295. "tracing-futures",
  3296. ]
  3297. [[package]]
  3298. name = "tonic-build"
  3299. version = "0.6.2"
  3300. source = "registry+https://github.com/rust-lang/crates.io-index"
  3301. checksum = "9403f1bafde247186684b230dc6f38b5cd514584e8bec1dd32514be4745fa757"
  3302. dependencies = [
  3303. "proc-macro2",
  3304. "prost-build",
  3305. "quote",
  3306. "syn",
  3307. ]
  3308. [[package]]
  3309. name = "tower"
  3310. version = "0.4.12"
  3311. source = "registry+https://github.com/rust-lang/crates.io-index"
  3312. checksum = "9a89fd63ad6adf737582df5db40d286574513c69a11dac5214dc3b5603d6713e"
  3313. dependencies = [
  3314. "futures-core",
  3315. "futures-util",
  3316. "indexmap",
  3317. "pin-project",
  3318. "pin-project-lite",
  3319. "rand",
  3320. "slab",
  3321. "tokio",
  3322. "tokio-util 0.7.1",
  3323. "tower-layer",
  3324. "tower-service",
  3325. "tracing",
  3326. ]
  3327. [[package]]
  3328. name = "tower-layer"
  3329. version = "0.3.1"
  3330. source = "registry+https://github.com/rust-lang/crates.io-index"
  3331. checksum = "343bc9466d3fe6b0f960ef45960509f84480bf4fd96f92901afe7ff3df9d3a62"
  3332. [[package]]
  3333. name = "tower-service"
  3334. version = "0.3.1"
  3335. source = "registry+https://github.com/rust-lang/crates.io-index"
  3336. checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"
  3337. [[package]]
  3338. name = "tracing"
  3339. version = "0.1.37"
  3340. source = "registry+https://github.com/rust-lang/crates.io-index"
  3341. checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
  3342. dependencies = [
  3343. "cfg-if",
  3344. "log",
  3345. "pin-project-lite",
  3346. "tracing-attributes",
  3347. "tracing-core",
  3348. ]
  3349. [[package]]
  3350. name = "tracing-attributes"
  3351. version = "0.1.23"
  3352. source = "registry+https://github.com/rust-lang/crates.io-index"
  3353. checksum = "4017f8f45139870ca7e672686113917c71c7a6e02d4924eda67186083c03081a"
  3354. dependencies = [
  3355. "proc-macro2",
  3356. "quote",
  3357. "syn",
  3358. ]
  3359. [[package]]
  3360. name = "tracing-core"
  3361. version = "0.1.30"
  3362. source = "registry+https://github.com/rust-lang/crates.io-index"
  3363. checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a"
  3364. dependencies = [
  3365. "once_cell",
  3366. "valuable",
  3367. ]
  3368. [[package]]
  3369. name = "tracing-futures"
  3370. version = "0.2.5"
  3371. source = "registry+https://github.com/rust-lang/crates.io-index"
  3372. checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"
  3373. dependencies = [
  3374. "pin-project",
  3375. "tracing",
  3376. ]
  3377. [[package]]
  3378. name = "tracing-log"
  3379. version = "0.1.3"
  3380. source = "registry+https://github.com/rust-lang/crates.io-index"
  3381. checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"
  3382. dependencies = [
  3383. "lazy_static",
  3384. "log",
  3385. "tracing-core",
  3386. ]
  3387. [[package]]
  3388. name = "tracing-subscriber"
  3389. version = "0.3.16"
  3390. source = "registry+https://github.com/rust-lang/crates.io-index"
  3391. checksum = "a6176eae26dd70d0c919749377897b54a9276bd7061339665dd68777926b5a70"
  3392. dependencies = [
  3393. "matchers",
  3394. "nu-ansi-term",
  3395. "once_cell",
  3396. "regex",
  3397. "sharded-slab",
  3398. "smallvec",
  3399. "thread_local",
  3400. "tracing",
  3401. "tracing-core",
  3402. "tracing-log",
  3403. ]
  3404. [[package]]
  3405. name = "try-lock"
  3406. version = "0.2.3"
  3407. source = "registry+https://github.com/rust-lang/crates.io-index"
  3408. checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"
  3409. [[package]]
  3410. name = "typenum"
  3411. version = "1.15.0"
  3412. source = "registry+https://github.com/rust-lang/crates.io-index"
  3413. checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"
  3414. [[package]]
  3415. name = "ucd-trie"
  3416. version = "0.1.3"
  3417. source = "registry+https://github.com/rust-lang/crates.io-index"
  3418. checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"
  3419. [[package]]
  3420. name = "uhlc"
  3421. version = "0.5.1"
  3422. source = "registry+https://github.com/rust-lang/crates.io-index"
  3423. checksum = "7908438f98a5824af02b34c2b31fb369c5764ef835d26df0badbb9897fb28245"
  3424. dependencies = [
  3425. "hex",
  3426. "humantime",
  3427. "lazy_static",
  3428. "log",
  3429. "serde",
  3430. "uuid",
  3431. ]
  3432. [[package]]
  3433. name = "unicode-bidi"
  3434. version = "0.3.8"
  3435. source = "registry+https://github.com/rust-lang/crates.io-index"
  3436. checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992"
  3437. [[package]]
  3438. name = "unicode-ident"
  3439. version = "1.0.3"
  3440. source = "registry+https://github.com/rust-lang/crates.io-index"
  3441. checksum = "c4f5b37a154999a8f3f98cc23a628d850e154479cd94decf3414696e12e31aaf"
  3442. [[package]]
  3443. name = "unicode-normalization"
  3444. version = "0.1.21"
  3445. source = "registry+https://github.com/rust-lang/crates.io-index"
  3446. checksum = "854cbdc4f7bc6ae19c820d44abdc3277ac3e1b2b93db20a636825d9322fb60e6"
  3447. dependencies = [
  3448. "tinyvec",
  3449. ]
  3450. [[package]]
  3451. name = "unicode-segmentation"
  3452. version = "1.10.0"
  3453. source = "registry+https://github.com/rust-lang/crates.io-index"
  3454. checksum = "0fdbf052a0783de01e944a6ce7a8cb939e295b1e7be835a1112c3b9a7f047a5a"
  3455. [[package]]
  3456. name = "unicode-width"
  3457. version = "0.1.9"
  3458. source = "registry+https://github.com/rust-lang/crates.io-index"
  3459. checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"
  3460. [[package]]
  3461. name = "unindent"
  3462. version = "0.1.8"
  3463. source = "registry+https://github.com/rust-lang/crates.io-index"
  3464. checksum = "514672a55d7380da379785a4d70ca8386c8883ff7eaae877be4d2081cebe73d8"
  3465. [[package]]
  3466. name = "uninit"
  3467. version = "0.5.1"
  3468. source = "registry+https://github.com/rust-lang/crates.io-index"
  3469. checksum = "3e130f2ed46ca5d8ec13c7ff95836827f92f5f5f37fd2b2bf16f33c408d98bb6"
  3470. dependencies = [
  3471. "extension-traits",
  3472. ]
  3473. [[package]]
  3474. name = "unsafe-libyaml"
  3475. version = "0.2.7"
  3476. source = "registry+https://github.com/rust-lang/crates.io-index"
  3477. checksum = "ad2024452afd3874bf539695e04af6732ba06517424dbf958fdb16a01f3bef6c"
  3478. [[package]]
  3479. name = "untrusted"
  3480. version = "0.7.1"
  3481. source = "registry+https://github.com/rust-lang/crates.io-index"
  3482. checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
  3483. [[package]]
  3484. name = "unwind_safe"
  3485. version = "0.1.0"
  3486. source = "registry+https://github.com/rust-lang/crates.io-index"
  3487. checksum = "0976c77def3f1f75c4ef892a292c31c0bbe9e3d0702c63044d7c76db298171a3"
  3488. [[package]]
  3489. name = "unzip-n"
  3490. version = "0.1.2"
  3491. source = "registry+https://github.com/rust-lang/crates.io-index"
  3492. checksum = "c2e7e85a0596447f0f2ac090e16bc4c516c6fe91771fb0c0ccf7fa3dae896b9c"
  3493. dependencies = [
  3494. "proc-macro2",
  3495. "quote",
  3496. "syn",
  3497. ]
  3498. [[package]]
  3499. name = "url"
  3500. version = "2.2.2"
  3501. source = "registry+https://github.com/rust-lang/crates.io-index"
  3502. checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"
  3503. dependencies = [
  3504. "form_urlencoded",
  3505. "idna",
  3506. "matches",
  3507. "percent-encoding",
  3508. ]
  3509. [[package]]
  3510. name = "uuid"
  3511. version = "1.3.0"
  3512. source = "registry+https://github.com/rust-lang/crates.io-index"
  3513. checksum = "1674845326ee10d37ca60470760d4288a6f80f304007d92e5c53bab78c9cfd79"
  3514. dependencies = [
  3515. "getrandom",
  3516. "serde",
  3517. ]
  3518. [[package]]
  3519. name = "validated_struct"
  3520. version = "2.1.0"
  3521. source = "registry+https://github.com/rust-lang/crates.io-index"
  3522. checksum = "feef04c049b4beae3037a2a31b8da40d8cebec0b97456f24c7de0ede4ed9efed"
  3523. dependencies = [
  3524. "json5",
  3525. "serde",
  3526. "serde_json",
  3527. "validated_struct_macros",
  3528. ]
  3529. [[package]]
  3530. name = "validated_struct_macros"
  3531. version = "2.1.0"
  3532. source = "registry+https://github.com/rust-lang/crates.io-index"
  3533. checksum = "9d4444a980afa9ef0d29c2a3f4d952ec0495a7a996a9c78b52698b71bc21edb4"
  3534. dependencies = [
  3535. "proc-macro2",
  3536. "quote",
  3537. "syn",
  3538. "unzip-n",
  3539. ]
  3540. [[package]]
  3541. name = "valuable"
  3542. version = "0.1.0"
  3543. source = "registry+https://github.com/rust-lang/crates.io-index"
  3544. checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
  3545. [[package]]
  3546. name = "value-bag"
  3547. version = "1.0.0-alpha.9"
  3548. source = "registry+https://github.com/rust-lang/crates.io-index"
  3549. checksum = "2209b78d1249f7e6f3293657c9779fe31ced465df091bbd433a1cf88e916ec55"
  3550. dependencies = [
  3551. "ctor",
  3552. "version_check",
  3553. ]
  3554. [[package]]
  3555. name = "vec_map"
  3556. version = "0.8.2"
  3557. source = "registry+https://github.com/rust-lang/crates.io-index"
  3558. checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
  3559. [[package]]
  3560. name = "version_check"
  3561. version = "0.9.4"
  3562. source = "registry+https://github.com/rust-lang/crates.io-index"
  3563. checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
  3564. [[package]]
  3565. name = "waker-fn"
  3566. version = "1.1.0"
  3567. source = "registry+https://github.com/rust-lang/crates.io-index"
  3568. checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"
  3569. [[package]]
  3570. name = "walkdir"
  3571. version = "2.3.2"
  3572. source = "registry+https://github.com/rust-lang/crates.io-index"
  3573. checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
  3574. dependencies = [
  3575. "same-file",
  3576. "winapi",
  3577. "winapi-util",
  3578. ]
  3579. [[package]]
  3580. name = "want"
  3581. version = "0.3.0"
  3582. source = "registry+https://github.com/rust-lang/crates.io-index"
  3583. checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
  3584. dependencies = [
  3585. "log",
  3586. "try-lock",
  3587. ]
  3588. [[package]]
  3589. name = "wasi"
  3590. version = "0.10.2+wasi-snapshot-preview1"
  3591. source = "registry+https://github.com/rust-lang/crates.io-index"
  3592. checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
  3593. [[package]]
  3594. name = "wasi"
  3595. version = "0.11.0+wasi-snapshot-preview1"
  3596. source = "registry+https://github.com/rust-lang/crates.io-index"
  3597. checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
  3598. [[package]]
  3599. name = "wasm-bindgen"
  3600. version = "0.2.79"
  3601. source = "registry+https://github.com/rust-lang/crates.io-index"
  3602. checksum = "25f1af7423d8588a3d840681122e72e6a24ddbcb3f0ec385cac0d12d24256c06"
  3603. dependencies = [
  3604. "cfg-if",
  3605. "wasm-bindgen-macro",
  3606. ]
  3607. [[package]]
  3608. name = "wasm-bindgen-backend"
  3609. version = "0.2.79"
  3610. source = "registry+https://github.com/rust-lang/crates.io-index"
  3611. checksum = "8b21c0df030f5a177f3cba22e9bc4322695ec43e7257d865302900290bcdedca"
  3612. dependencies = [
  3613. "bumpalo",
  3614. "lazy_static",
  3615. "log",
  3616. "proc-macro2",
  3617. "quote",
  3618. "syn",
  3619. "wasm-bindgen-shared",
  3620. ]
  3621. [[package]]
  3622. name = "wasm-bindgen-futures"
  3623. version = "0.4.29"
  3624. source = "registry+https://github.com/rust-lang/crates.io-index"
  3625. checksum = "2eb6ec270a31b1d3c7e266b999739109abce8b6c87e4b31fcfcd788b65267395"
  3626. dependencies = [
  3627. "cfg-if",
  3628. "js-sys",
  3629. "wasm-bindgen",
  3630. "web-sys",
  3631. ]
  3632. [[package]]
  3633. name = "wasm-bindgen-macro"
  3634. version = "0.2.79"
  3635. source = "registry+https://github.com/rust-lang/crates.io-index"
  3636. checksum = "2f4203d69e40a52ee523b2529a773d5ffc1dc0071801c87b3d270b471b80ed01"
  3637. dependencies = [
  3638. "quote",
  3639. "wasm-bindgen-macro-support",
  3640. ]
  3641. [[package]]
  3642. name = "wasm-bindgen-macro-support"
  3643. version = "0.2.79"
  3644. source = "registry+https://github.com/rust-lang/crates.io-index"
  3645. checksum = "bfa8a30d46208db204854cadbb5d4baf5fcf8071ba5bf48190c3e59937962ebc"
  3646. dependencies = [
  3647. "proc-macro2",
  3648. "quote",
  3649. "syn",
  3650. "wasm-bindgen-backend",
  3651. "wasm-bindgen-shared",
  3652. ]
  3653. [[package]]
  3654. name = "wasm-bindgen-shared"
  3655. version = "0.2.79"
  3656. source = "registry+https://github.com/rust-lang/crates.io-index"
  3657. checksum = "3d958d035c4438e28c70e4321a2911302f10135ce78a9c7834c0cab4123d06a2"
  3658. [[package]]
  3659. name = "web-sys"
  3660. version = "0.3.56"
  3661. source = "registry+https://github.com/rust-lang/crates.io-index"
  3662. checksum = "c060b319f29dd25724f09a2ba1418f142f539b2be99fbf4d2d5a8f7330afb8eb"
  3663. dependencies = [
  3664. "js-sys",
  3665. "wasm-bindgen",
  3666. ]
  3667. [[package]]
  3668. name = "webbrowser"
  3669. version = "0.8.3"
  3670. source = "registry+https://github.com/rust-lang/crates.io-index"
  3671. checksum = "aa61ff77f695a94d9c8558e0bb5c362a8fd1f27c74663770fbc633acbafedbb6"
  3672. dependencies = [
  3673. "core-foundation",
  3674. "dirs",
  3675. "jni",
  3676. "log",
  3677. "ndk-context",
  3678. "objc",
  3679. "raw-window-handle",
  3680. "url",
  3681. "web-sys",
  3682. "widestring",
  3683. "winapi",
  3684. ]
  3685. [[package]]
  3686. name = "webpki"
  3687. version = "0.22.0"
  3688. source = "registry+https://github.com/rust-lang/crates.io-index"
  3689. checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"
  3690. dependencies = [
  3691. "ring",
  3692. "untrusted",
  3693. ]
  3694. [[package]]
  3695. name = "webpki-roots"
  3696. version = "0.22.6"
  3697. source = "registry+https://github.com/rust-lang/crates.io-index"
  3698. checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87"
  3699. dependencies = [
  3700. "webpki",
  3701. ]
  3702. [[package]]
  3703. name = "wepoll-ffi"
  3704. version = "0.1.2"
  3705. source = "registry+https://github.com/rust-lang/crates.io-index"
  3706. checksum = "d743fdedc5c64377b5fc2bc036b01c7fd642205a0d96356034ae3404d49eb7fb"
  3707. dependencies = [
  3708. "cc",
  3709. ]
  3710. [[package]]
  3711. name = "which"
  3712. version = "4.3.0"
  3713. source = "registry+https://github.com/rust-lang/crates.io-index"
  3714. checksum = "1c831fbbee9e129a8cf93e7747a82da9d95ba8e16621cae60ec2cdc849bacb7b"
  3715. dependencies = [
  3716. "either",
  3717. "libc",
  3718. "once_cell",
  3719. ]
  3720. [[package]]
  3721. name = "widestring"
  3722. version = "1.0.2"
  3723. source = "registry+https://github.com/rust-lang/crates.io-index"
  3724. checksum = "653f141f39ec16bba3c5abe400a0c60da7468261cc2cbf36805022876bc721a8"
  3725. [[package]]
  3726. name = "winapi"
  3727. version = "0.3.9"
  3728. source = "registry+https://github.com/rust-lang/crates.io-index"
  3729. checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
  3730. dependencies = [
  3731. "winapi-i686-pc-windows-gnu",
  3732. "winapi-x86_64-pc-windows-gnu",
  3733. ]
  3734. [[package]]
  3735. name = "winapi-i686-pc-windows-gnu"
  3736. version = "0.4.0"
  3737. source = "registry+https://github.com/rust-lang/crates.io-index"
  3738. checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
  3739. [[package]]
  3740. name = "winapi-util"
  3741. version = "0.1.5"
  3742. source = "registry+https://github.com/rust-lang/crates.io-index"
  3743. checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
  3744. dependencies = [
  3745. "winapi",
  3746. ]
  3747. [[package]]
  3748. name = "winapi-x86_64-pc-windows-gnu"
  3749. version = "0.4.0"
  3750. source = "registry+https://github.com/rust-lang/crates.io-index"
  3751. checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
  3752. [[package]]
  3753. name = "windows-sys"
  3754. version = "0.32.0"
  3755. source = "registry+https://github.com/rust-lang/crates.io-index"
  3756. checksum = "3df6e476185f92a12c072be4a189a0210dcdcf512a1891d6dff9edb874deadc6"
  3757. dependencies = [
  3758. "windows_aarch64_msvc 0.32.0",
  3759. "windows_i686_gnu 0.32.0",
  3760. "windows_i686_msvc 0.32.0",
  3761. "windows_x86_64_gnu 0.32.0",
  3762. "windows_x86_64_msvc 0.32.0",
  3763. ]
  3764. [[package]]
  3765. name = "windows-sys"
  3766. version = "0.36.1"
  3767. source = "registry+https://github.com/rust-lang/crates.io-index"
  3768. checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"
  3769. dependencies = [
  3770. "windows_aarch64_msvc 0.36.1",
  3771. "windows_i686_gnu 0.36.1",
  3772. "windows_i686_msvc 0.36.1",
  3773. "windows_x86_64_gnu 0.36.1",
  3774. "windows_x86_64_msvc 0.36.1",
  3775. ]
  3776. [[package]]
  3777. name = "windows-sys"
  3778. version = "0.42.0"
  3779. source = "registry+https://github.com/rust-lang/crates.io-index"
  3780. checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
  3781. dependencies = [
  3782. "windows_aarch64_gnullvm",
  3783. "windows_aarch64_msvc 0.42.1",
  3784. "windows_i686_gnu 0.42.1",
  3785. "windows_i686_msvc 0.42.1",
  3786. "windows_x86_64_gnu 0.42.1",
  3787. "windows_x86_64_gnullvm",
  3788. "windows_x86_64_msvc 0.42.1",
  3789. ]
  3790. [[package]]
  3791. name = "windows-sys"
  3792. version = "0.45.0"
  3793. source = "registry+https://github.com/rust-lang/crates.io-index"
  3794. checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
  3795. dependencies = [
  3796. "windows-targets",
  3797. ]
  3798. [[package]]
  3799. name = "windows-targets"
  3800. version = "0.42.1"
  3801. source = "registry+https://github.com/rust-lang/crates.io-index"
  3802. checksum = "8e2522491fbfcd58cc84d47aeb2958948c4b8982e9a2d8a2a35bbaed431390e7"
  3803. dependencies = [
  3804. "windows_aarch64_gnullvm",
  3805. "windows_aarch64_msvc 0.42.1",
  3806. "windows_i686_gnu 0.42.1",
  3807. "windows_i686_msvc 0.42.1",
  3808. "windows_x86_64_gnu 0.42.1",
  3809. "windows_x86_64_gnullvm",
  3810. "windows_x86_64_msvc 0.42.1",
  3811. ]
  3812. [[package]]
  3813. name = "windows_aarch64_gnullvm"
  3814. version = "0.42.1"
  3815. source = "registry+https://github.com/rust-lang/crates.io-index"
  3816. checksum = "8c9864e83243fdec7fc9c5444389dcbbfd258f745e7853198f365e3c4968a608"
  3817. [[package]]
  3818. name = "windows_aarch64_msvc"
  3819. version = "0.32.0"
  3820. source = "registry+https://github.com/rust-lang/crates.io-index"
  3821. checksum = "d8e92753b1c443191654ec532f14c199742964a061be25d77d7a96f09db20bf5"
  3822. [[package]]
  3823. name = "windows_aarch64_msvc"
  3824. version = "0.36.1"
  3825. source = "registry+https://github.com/rust-lang/crates.io-index"
  3826. checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"
  3827. [[package]]
  3828. name = "windows_aarch64_msvc"
  3829. version = "0.42.1"
  3830. source = "registry+https://github.com/rust-lang/crates.io-index"
  3831. checksum = "4c8b1b673ffc16c47a9ff48570a9d85e25d265735c503681332589af6253c6c7"
  3832. [[package]]
  3833. name = "windows_i686_gnu"
  3834. version = "0.32.0"
  3835. source = "registry+https://github.com/rust-lang/crates.io-index"
  3836. checksum = "6a711c68811799e017b6038e0922cb27a5e2f43a2ddb609fe0b6f3eeda9de615"
  3837. [[package]]
  3838. name = "windows_i686_gnu"
  3839. version = "0.36.1"
  3840. source = "registry+https://github.com/rust-lang/crates.io-index"
  3841. checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"
  3842. [[package]]
  3843. name = "windows_i686_gnu"
  3844. version = "0.42.1"
  3845. source = "registry+https://github.com/rust-lang/crates.io-index"
  3846. checksum = "de3887528ad530ba7bdbb1faa8275ec7a1155a45ffa57c37993960277145d640"
  3847. [[package]]
  3848. name = "windows_i686_msvc"
  3849. version = "0.32.0"
  3850. source = "registry+https://github.com/rust-lang/crates.io-index"
  3851. checksum = "146c11bb1a02615db74680b32a68e2d61f553cc24c4eb5b4ca10311740e44172"
  3852. [[package]]
  3853. name = "windows_i686_msvc"
  3854. version = "0.36.1"
  3855. source = "registry+https://github.com/rust-lang/crates.io-index"
  3856. checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"
  3857. [[package]]
  3858. name = "windows_i686_msvc"
  3859. version = "0.42.1"
  3860. source = "registry+https://github.com/rust-lang/crates.io-index"
  3861. checksum = "bf4d1122317eddd6ff351aa852118a2418ad4214e6613a50e0191f7004372605"
  3862. [[package]]
  3863. name = "windows_x86_64_gnu"
  3864. version = "0.32.0"
  3865. source = "registry+https://github.com/rust-lang/crates.io-index"
  3866. checksum = "c912b12f7454c6620635bbff3450962753834be2a594819bd5e945af18ec64bc"
  3867. [[package]]
  3868. name = "windows_x86_64_gnu"
  3869. version = "0.36.1"
  3870. source = "registry+https://github.com/rust-lang/crates.io-index"
  3871. checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"
  3872. [[package]]
  3873. name = "windows_x86_64_gnu"
  3874. version = "0.42.1"
  3875. source = "registry+https://github.com/rust-lang/crates.io-index"
  3876. checksum = "c1040f221285e17ebccbc2591ffdc2d44ee1f9186324dd3e84e99ac68d699c45"
  3877. [[package]]
  3878. name = "windows_x86_64_gnullvm"
  3879. version = "0.42.1"
  3880. source = "registry+https://github.com/rust-lang/crates.io-index"
  3881. checksum = "628bfdf232daa22b0d64fdb62b09fcc36bb01f05a3939e20ab73aaf9470d0463"
  3882. [[package]]
  3883. name = "windows_x86_64_msvc"
  3884. version = "0.32.0"
  3885. source = "registry+https://github.com/rust-lang/crates.io-index"
  3886. checksum = "504a2476202769977a040c6364301a3f65d0cc9e3fb08600b2bda150a0488316"
  3887. [[package]]
  3888. name = "windows_x86_64_msvc"
  3889. version = "0.36.1"
  3890. source = "registry+https://github.com/rust-lang/crates.io-index"
  3891. checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"
  3892. [[package]]
  3893. name = "windows_x86_64_msvc"
  3894. version = "0.42.1"
  3895. source = "registry+https://github.com/rust-lang/crates.io-index"
  3896. checksum = "447660ad36a13288b1db4d4248e857b510e8c3a225c822ba4fb748c0aafecffd"
  3897. [[package]]
  3898. name = "winreg"
  3899. version = "0.10.1"
  3900. source = "registry+https://github.com/rust-lang/crates.io-index"
  3901. checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
  3902. dependencies = [
  3903. "winapi",
  3904. ]
  3905. [[package]]
  3906. name = "with_builtin_macros"
  3907. version = "0.0.3"
  3908. source = "registry+https://github.com/rust-lang/crates.io-index"
  3909. checksum = "a59d55032495429b87f9d69954c6c8602e4d3f3e0a747a12dea6b0b23de685da"
  3910. dependencies = [
  3911. "with_builtin_macros-proc_macros",
  3912. ]
  3913. [[package]]
  3914. name = "with_builtin_macros-proc_macros"
  3915. version = "0.0.3"
  3916. source = "registry+https://github.com/rust-lang/crates.io-index"
  3917. checksum = "15bd7679c15e22924f53aee34d4e448c45b674feb6129689af88593e129f8f42"
  3918. dependencies = [
  3919. "proc-macro2",
  3920. "quote",
  3921. "syn",
  3922. ]
  3923. [[package]]
  3924. name = "wyz"
  3925. version = "0.5.1"
  3926. source = "registry+https://github.com/rust-lang/crates.io-index"
  3927. checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
  3928. dependencies = [
  3929. "tap",
  3930. ]
  3931. [[package]]
  3932. name = "yaml-rust"
  3933. version = "0.4.5"
  3934. source = "registry+https://github.com/rust-lang/crates.io-index"
  3935. checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85"
  3936. dependencies = [
  3937. "linked-hash-map",
  3938. ]
  3939. [[package]]
  3940. name = "zenoh"
  3941. version = "0.7.0-rc"
  3942. source = "registry+https://github.com/rust-lang/crates.io-index"
  3943. checksum = "44140d6ebcf2e52ee48acad0e9d960c2b1e868eec021da2538e58373d615fc18"
  3944. dependencies = [
  3945. "async-global-executor",
  3946. "async-std",
  3947. "async-trait",
  3948. "base64 0.13.1",
  3949. "env_logger",
  3950. "event-listener",
  3951. "flume",
  3952. "form_urlencoded",
  3953. "futures",
  3954. "git-version",
  3955. "hex",
  3956. "lazy_static",
  3957. "log",
  3958. "ordered-float 3.4.0",
  3959. "petgraph",
  3960. "rand",
  3961. "regex",
  3962. "rustc_version",
  3963. "serde",
  3964. "serde_json",
  3965. "socket2",
  3966. "stop-token",
  3967. "uhlc",
  3968. "uuid",
  3969. "vec_map",
  3970. "zenoh-buffers",
  3971. "zenoh-cfg-properties",
  3972. "zenoh-collections",
  3973. "zenoh-config",
  3974. "zenoh-core",
  3975. "zenoh-crypto",
  3976. "zenoh-link",
  3977. "zenoh-plugin-trait",
  3978. "zenoh-protocol",
  3979. "zenoh-protocol-core",
  3980. "zenoh-sync",
  3981. "zenoh-transport",
  3982. "zenoh-util",
  3983. ]
  3984. [[package]]
  3985. name = "zenoh-buffers"
  3986. version = "0.7.0-rc"
  3987. source = "registry+https://github.com/rust-lang/crates.io-index"
  3988. checksum = "244d54f1228d3c53fc69483faafcfcc1b4d670b60cffce17696fc49fbc7a6608"
  3989. dependencies = [
  3990. "async-std",
  3991. "hex",
  3992. "zenoh-collections",
  3993. "zenoh-core",
  3994. ]
  3995. [[package]]
  3996. name = "zenoh-cfg-properties"
  3997. version = "0.7.0-rc"
  3998. source = "registry+https://github.com/rust-lang/crates.io-index"
  3999. checksum = "a963395194bf1b64f67d89333e8089f01568ec7ac28c305847f505452a98006e"
  4000. dependencies = [
  4001. "zenoh-core",
  4002. "zenoh-macros",
  4003. ]
  4004. [[package]]
  4005. name = "zenoh-collections"
  4006. version = "0.7.0-rc"
  4007. source = "registry+https://github.com/rust-lang/crates.io-index"
  4008. checksum = "1e256d7aff2c9af765d77efbfae7fcb708d2d7f4e179aa201bff2f81ad7a3845"
  4009. dependencies = [
  4010. "async-std",
  4011. "async-trait",
  4012. "flume",
  4013. "log",
  4014. "zenoh-core",
  4015. "zenoh-sync",
  4016. ]
  4017. [[package]]
  4018. name = "zenoh-config"
  4019. version = "0.7.0-rc"
  4020. source = "registry+https://github.com/rust-lang/crates.io-index"
  4021. checksum = "bad1ff61abf28c57e8879ec4286fa29becf7e9bf12555df9a7faddff3bc9ea1b"
  4022. dependencies = [
  4023. "flume",
  4024. "json5",
  4025. "num_cpus",
  4026. "serde",
  4027. "serde_json",
  4028. "serde_yaml 0.9.19",
  4029. "validated_struct",
  4030. "zenoh-cfg-properties",
  4031. "zenoh-core",
  4032. "zenoh-protocol-core",
  4033. "zenoh-util",
  4034. ]
  4035. [[package]]
  4036. name = "zenoh-core"
  4037. version = "0.7.0-rc"
  4038. source = "registry+https://github.com/rust-lang/crates.io-index"
  4039. checksum = "1b0f55158f3f83555db74d4cf5ebc34f90df5d2992cc0de67eba69b99628605e"
  4040. dependencies = [
  4041. "anyhow",
  4042. "async-std",
  4043. "lazy_static",
  4044. "zenoh-macros",
  4045. ]
  4046. [[package]]
  4047. name = "zenoh-crypto"
  4048. version = "0.7.0-rc"
  4049. source = "registry+https://github.com/rust-lang/crates.io-index"
  4050. checksum = "653ba15479a0e3f1a94d7f079babc52f742f3a2bd995c59bc250cfc9a789dbbc"
  4051. dependencies = [
  4052. "aes",
  4053. "hmac",
  4054. "rand",
  4055. "rand_chacha",
  4056. "sha3",
  4057. "zenoh-core",
  4058. ]
  4059. [[package]]
  4060. name = "zenoh-link"
  4061. version = "0.7.0-rc"
  4062. source = "registry+https://github.com/rust-lang/crates.io-index"
  4063. checksum = "0e58770c73cf0b5ec8fbe104d609eec83f9bc3463ea23a583c8b465de77f7d27"
  4064. dependencies = [
  4065. "async-std",
  4066. "async-trait",
  4067. "zenoh-cfg-properties",
  4068. "zenoh-config",
  4069. "zenoh-core",
  4070. "zenoh-link-commons",
  4071. "zenoh-link-quic",
  4072. "zenoh-link-tcp",
  4073. "zenoh-link-tls",
  4074. "zenoh-link-udp",
  4075. "zenoh-link-unixsock_stream",
  4076. "zenoh-protocol-core",
  4077. ]
  4078. [[package]]
  4079. name = "zenoh-link-commons"
  4080. version = "0.7.0-rc"
  4081. source = "registry+https://github.com/rust-lang/crates.io-index"
  4082. checksum = "21aab9eeb2aba53e37aae57467ffca1268d209811c5e2f39761aab4c1343bce3"
  4083. dependencies = [
  4084. "async-std",
  4085. "async-trait",
  4086. "flume",
  4087. "serde",
  4088. "zenoh-buffers",
  4089. "zenoh-cfg-properties",
  4090. "zenoh-core",
  4091. "zenoh-protocol",
  4092. "zenoh-protocol-core",
  4093. ]
  4094. [[package]]
  4095. name = "zenoh-link-quic"
  4096. version = "0.7.0-rc"
  4097. source = "registry+https://github.com/rust-lang/crates.io-index"
  4098. checksum = "a9f1354094eb4d5e4b864b5aa385efce46f94a43f6ba57dd9ea9a017e6e74176"
  4099. dependencies = [
  4100. "async-std",
  4101. "async-trait",
  4102. "futures",
  4103. "log",
  4104. "quinn",
  4105. "rustls",
  4106. "rustls-native-certs",
  4107. "rustls-pemfile",
  4108. "webpki",
  4109. "zenoh-cfg-properties",
  4110. "zenoh-config",
  4111. "zenoh-core",
  4112. "zenoh-link-commons",
  4113. "zenoh-protocol-core",
  4114. "zenoh-sync",
  4115. "zenoh-util",
  4116. ]
  4117. [[package]]
  4118. name = "zenoh-link-tcp"
  4119. version = "0.7.0-rc"
  4120. source = "registry+https://github.com/rust-lang/crates.io-index"
  4121. checksum = "55ffc29707a50680dba124dd4d8bc3bc19feb158db8312433bfc3078f7b8f1ef"
  4122. dependencies = [
  4123. "async-std",
  4124. "async-trait",
  4125. "log",
  4126. "zenoh-core",
  4127. "zenoh-link-commons",
  4128. "zenoh-protocol-core",
  4129. "zenoh-sync",
  4130. "zenoh-util",
  4131. ]
  4132. [[package]]
  4133. name = "zenoh-link-tls"
  4134. version = "0.7.0-rc"
  4135. source = "registry+https://github.com/rust-lang/crates.io-index"
  4136. checksum = "2a5630b3a218c7179191dab78ebc45da1837793951bddb8fda4f5900b47da552"
  4137. dependencies = [
  4138. "async-rustls",
  4139. "async-std",
  4140. "async-trait",
  4141. "futures",
  4142. "log",
  4143. "rustls-pemfile",
  4144. "webpki",
  4145. "webpki-roots",
  4146. "zenoh-cfg-properties",
  4147. "zenoh-config",
  4148. "zenoh-core",
  4149. "zenoh-link-commons",
  4150. "zenoh-protocol-core",
  4151. "zenoh-sync",
  4152. "zenoh-util",
  4153. ]
  4154. [[package]]
  4155. name = "zenoh-link-udp"
  4156. version = "0.7.0-rc"
  4157. source = "registry+https://github.com/rust-lang/crates.io-index"
  4158. checksum = "176494947bd3a6aa10baa469afa4572635822683830808cd71d5554ce15dfebb"
  4159. dependencies = [
  4160. "async-std",
  4161. "async-trait",
  4162. "log",
  4163. "socket2",
  4164. "zenoh-collections",
  4165. "zenoh-core",
  4166. "zenoh-link-commons",
  4167. "zenoh-protocol-core",
  4168. "zenoh-sync",
  4169. "zenoh-util",
  4170. ]
  4171. [[package]]
  4172. name = "zenoh-link-unixsock_stream"
  4173. version = "0.7.0-rc"
  4174. source = "registry+https://github.com/rust-lang/crates.io-index"
  4175. checksum = "1d9974305820f92478490ba8b8f119eb5b7d7b4998a7125d1510f6e69f3f81d1"
  4176. dependencies = [
  4177. "async-std",
  4178. "async-trait",
  4179. "futures",
  4180. "log",
  4181. "nix 0.26.2",
  4182. "uuid",
  4183. "zenoh-core",
  4184. "zenoh-link-commons",
  4185. "zenoh-protocol-core",
  4186. "zenoh-sync",
  4187. ]
  4188. [[package]]
  4189. name = "zenoh-logger"
  4190. version = "0.2.1"
  4191. dependencies = [
  4192. "zenoh",
  4193. ]
  4194. [[package]]
  4195. name = "zenoh-macros"
  4196. version = "0.7.0-rc"
  4197. source = "registry+https://github.com/rust-lang/crates.io-index"
  4198. checksum = "3a9ac20b120990778cca204ee46c43a37ed4ffbc331e95702615490f9c169de8"
  4199. dependencies = [
  4200. "proc-macro2",
  4201. "quote",
  4202. "rustc_version",
  4203. "syn",
  4204. "unzip-n",
  4205. ]
  4206. [[package]]
  4207. name = "zenoh-plugin-trait"
  4208. version = "0.7.0-rc"
  4209. source = "registry+https://github.com/rust-lang/crates.io-index"
  4210. checksum = "b3b8bfb8e2625e1150dab46b7a4433f866aa06af763237d564b1aa8f6aaf0b29"
  4211. dependencies = [
  4212. "libloading",
  4213. "log",
  4214. "serde_json",
  4215. "zenoh-core",
  4216. "zenoh-macros",
  4217. "zenoh-util",
  4218. ]
  4219. [[package]]
  4220. name = "zenoh-protocol"
  4221. version = "0.7.0-rc"
  4222. source = "registry+https://github.com/rust-lang/crates.io-index"
  4223. checksum = "174a00456e29d941a4230148fd184953e95883bde47a4cfc1a508e0aaec89a89"
  4224. dependencies = [
  4225. "log",
  4226. "uhlc",
  4227. "zenoh-buffers",
  4228. "zenoh-core",
  4229. "zenoh-protocol-core",
  4230. ]
  4231. [[package]]
  4232. name = "zenoh-protocol-core"
  4233. version = "0.7.0-rc"
  4234. source = "registry+https://github.com/rust-lang/crates.io-index"
  4235. checksum = "cdf3eaea2095d2c13fefdae25aca813b3644fc15e1441e16a4398b5113033753"
  4236. dependencies = [
  4237. "hex",
  4238. "itertools",
  4239. "lazy_static",
  4240. "rand",
  4241. "serde",
  4242. "uhlc",
  4243. "uuid",
  4244. "zenoh-core",
  4245. ]
  4246. [[package]]
  4247. name = "zenoh-sync"
  4248. version = "0.7.0-rc"
  4249. source = "registry+https://github.com/rust-lang/crates.io-index"
  4250. checksum = "821070b62a55d4c8a22e1e06c939c1f2d94767e660df9fcbea377781f72f59bf"
  4251. dependencies = [
  4252. "async-std",
  4253. "event-listener",
  4254. "flume",
  4255. "futures",
  4256. "tokio",
  4257. "zenoh-core",
  4258. ]
  4259. [[package]]
  4260. name = "zenoh-transport"
  4261. version = "0.7.0-rc"
  4262. source = "registry+https://github.com/rust-lang/crates.io-index"
  4263. checksum = "ce4387cfc02cb86383de8e65ab1eb204e3908c5f1db9e6b4defd8ad530c9ddea"
  4264. dependencies = [
  4265. "async-executor",
  4266. "async-global-executor",
  4267. "async-std",
  4268. "async-trait",
  4269. "flume",
  4270. "log",
  4271. "paste",
  4272. "rand",
  4273. "ringbuffer-spsc",
  4274. "rsa",
  4275. "serde",
  4276. "zenoh-buffers",
  4277. "zenoh-cfg-properties",
  4278. "zenoh-collections",
  4279. "zenoh-config",
  4280. "zenoh-core",
  4281. "zenoh-crypto",
  4282. "zenoh-link",
  4283. "zenoh-protocol",
  4284. "zenoh-protocol-core",
  4285. "zenoh-sync",
  4286. ]
  4287. [[package]]
  4288. name = "zenoh-util"
  4289. version = "0.7.0-rc"
  4290. source = "registry+https://github.com/rust-lang/crates.io-index"
  4291. checksum = "54646455dad3940535e97cce03f1b604265177349133903d989bc72e00011404"
  4292. dependencies = [
  4293. "async-std",
  4294. "clap 3.2.23",
  4295. "futures",
  4296. "hex",
  4297. "home",
  4298. "humantime",
  4299. "lazy_static",
  4300. "libc",
  4301. "libloading",
  4302. "log",
  4303. "pnet",
  4304. "pnet_datalink",
  4305. "shellexpand 3.0.0",
  4306. "winapi",
  4307. "zenoh-cfg-properties",
  4308. "zenoh-collections",
  4309. "zenoh-core",
  4310. "zenoh-crypto",
  4311. "zenoh-sync",
  4312. ]
  4313. [[package]]
  4314. name = "zeroize"
  4315. version = "1.5.7"
  4316. source = "registry+https://github.com/rust-lang/crates.io-index"
  4317. checksum = "c394b5bd0c6f669e7275d9c20aa90ae064cb22e75a1cad54e1b34088034b149f"

DORA (Dataflow-Oriented Robotic Architecture) is middleware designed to streamline and simplify the creation of AI-based robotic applications. It offers low latency, composable, and distributed datafl